Searched defs:dqp (Results 1 – 11 of 11) sorted by relevance
/linux-5.10/fs/xfs/ |
D | xfs_dquot.h | 101 static inline void xfs_dqflock(struct xfs_dquot *dqp) in xfs_dqflock() 106 static inline bool xfs_dqflock_nowait(struct xfs_dquot *dqp) in xfs_dqflock_nowait() 111 static inline void xfs_dqfunlock(struct xfs_dquot *dqp) in xfs_dqfunlock() 116 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait() 121 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock() 126 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock() 132 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() 170 const struct xfs_dquot *dqp) in xfs_dquot_is_enforced() 188 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp() 201 #define XFS_DQ_IS_LOCKED(dqp) (mutex_is_locked(&((dqp)->q_qlock))) argument [all …]
|
D | xfs_dquot.c | 52 struct xfs_dquot *dqp) in xfs_qm_dqdestroy() 265 xfs_dquot_set_prealloc_limits(struct xfs_dquot *dqp) in xfs_dquot_set_prealloc_limits() 293 struct xfs_dquot *dqp, in xfs_dquot_disk_alloc() 387 struct xfs_dquot *dqp, in xfs_dquot_disk_read() 453 struct xfs_dquot *dqp; in xfs_dquot_alloc() local 506 struct xfs_dquot *dqp, in xfs_dquot_from_disk() 562 struct xfs_dquot *dqp) in xfs_dquot_to_disk() 595 struct xfs_dquot *dqp, in xfs_qm_dqread_alloc() 641 struct xfs_dquot *dqp; in xfs_qm_dqread() local 741 struct xfs_dquot *dqp; in xfs_qm_dqget_cache_lookup() local [all …]
|
D | xfs_dquot_item.c | 75 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_pin() local 92 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_unpin() local 105 struct xfs_dquot *dqp) in xfs_qm_dqunpin_wait() 125 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_push() local 175 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_release() local 213 struct xfs_dquot *dqp) in xfs_qm_dquot_logitem_init()
|
D | xfs_trans_dquot.c | 30 struct xfs_dquot *dqp) in xfs_trans_dqjoin() 54 struct xfs_dquot *dqp) in xfs_trans_log_dquot() 160 struct xfs_dquot *dqp) in xfs_trans_get_dqtrx() 197 struct xfs_dquot *dqp, in xfs_trans_mod_dquot() 349 struct xfs_dquot *dqp; in xfs_trans_apply_dquot_deltas() local 492 struct xfs_dquot *dqp; in xfs_trans_unreserve_and_mod_dquots() local 549 struct xfs_dquot *dqp, in xfs_quota_warn() 635 struct xfs_dquot *dqp, in xfs_trans_dqresv()
|
D | xfs_qm.c | 51 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk() 80 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk() local 119 struct xfs_dquot *dqp, in xfs_qm_dqpurge() 256 struct xfs_dquot *dqp; in xfs_qm_dqattach_one() local 422 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate() local 523 struct xfs_dquot *dqp; in xfs_qm_shrink_scan() local 550 struct xfs_dquot *dqp; in xfs_qm_set_defquota() local 581 struct xfs_dquot *dqp; in xfs_qm_init_timelimits() local 1079 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust() local 1218 struct xfs_dquot *dqp, in xfs_qm_flush_one() [all …]
|
D | xfs_qm_bhv.c | 22 struct xfs_dquot *dqp) in xfs_fill_statvfs_from_dquot() 61 struct xfs_dquot *dqp; in xfs_qm_statvfs() local
|
D | xfs_qm_syscalls.c | 508 struct xfs_dquot *dqp; in xfs_qm_scall_setqlim() local 644 const struct xfs_dquot *dqp, in xfs_qm_scall_getquota_fill_qc() 697 struct xfs_dquot *dqp; in xfs_qm_scall_getquota() local 735 struct xfs_dquot *dqp; in xfs_qm_scall_getquota_next() local
|
D | xfs_qm.h | 22 #define XFS_IS_DQUOT_UNINITIALIZED(dqp) ( \ argument
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 157 struct mlx4_promisc_qp *dqp = NULL; in new_steering_entry() local 246 struct mlx4_promisc_qp *dqp; in existing_steering_entry() local 294 struct mlx4_promisc_qp *dqp, *tmp_dqp; in check_duplicate_entry() local 426 struct mlx4_promisc_qp *dqp; in add_promisc_qp() local 557 struct mlx4_promisc_qp *dqp; in remove_promisc_qp() local
|
/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 316 struct xfs_dquot *dqp, in xfs_dquot_to_disk_ts()
|
/linux-5.10/arch/powerpc/sysdev/ |
D | fsl_rmu.c | 226 u32 dqp = in_be32(&rmu->msg_regs->odqdpar); in fsl_rio_tx_handler() local
|