Home
last modified time | relevance | path

Searched defs:dqp (Results 1 – 11 of 11) sorted by relevance

/linux/fs/xfs/
H A Dxfs_dquot.c51 struct xfs_dquot *dqp) in xfs_dquot_mark_sick()
78 struct xfs_dquot *dqp) in xfs_dquot_detach_buf()
101 struct xfs_dquot *dqp) in xfs_qm_dqdestroy()
331 xfs_dquot_set_prealloc_limits(struct xfs_dquot *dqp) in xfs_dquot_set_prealloc_limits()
344 struct xfs_dquot *dqp, in xfs_dquot_disk_alloc()
458 struct xfs_dquot *dqp, in xfs_dquot_disk_read()
526 struct xfs_dquot *dqp; in xfs_dquot_alloc() local
579 struct xfs_dquot *dqp, in xfs_dquot_check_type()
615 struct xfs_dquot *dqp, in xfs_dquot_from_disk()
668 struct xfs_dquot *dqp) in xfs_dquot_to_disk()
[all …]
H A Dxfs_dquot.h109 static inline void xfs_dqflock(struct xfs_dquot *dqp) in xfs_dqflock()
114 static inline bool xfs_dqflock_nowait(struct xfs_dquot *dqp) in xfs_dqflock_nowait()
119 static inline void xfs_dqfunlock(struct xfs_dquot *dqp) in xfs_dqfunlock()
124 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait()
129 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock()
134 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock()
140 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type()
181 const struct xfs_dquot *dqp) in xfs_dquot_is_enforced()
199 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp()
216 #define XFS_DQ_IS_LOCKED(dqp) (mutex_is_locked(&((dqp)->q_qlock))) argument
[all …]
H A Dxfs_dquot_item.c76 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_pin() local
93 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_unpin() local
106 struct xfs_dquot *dqp) in xfs_qm_dqunpin_wait()
127 struct xfs_dquot *dqp = qlip->qli_dquot; in xfs_qm_dquot_logitem_push() local
188 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_release() local
212 struct xfs_dquot *dqp) in xfs_qm_dquot_logitem_precommit_check()
240 struct xfs_dquot *dqp = qlip->qli_dquot; in xfs_qm_dquot_logitem_precommit() local
265 struct xfs_dquot *dqp) in xfs_qm_dquot_logitem_init()
H A Dxfs_trans_dquot.c32 struct xfs_dquot *dqp) in xfs_trans_dqjoin()
56 struct xfs_dquot *dqp) in xfs_trans_log_dquot()
155 struct xfs_dquot *dqp, in xfs_trans_mod_ino_dquot()
265 struct xfs_dquot *dqp) in xfs_trans_get_dqtrx()
302 struct xfs_dquot *dqp, in xfs_trans_mod_dquot()
449 struct xfs_dquot *dqp) in xfs_trans_apply_dquot_deltas_hook()
464 # define xfs_trans_apply_dquot_deltas_hook(tp, dqp) ((void)0) argument
480 struct xfs_dquot *dqp; in xfs_trans_apply_dquot_deltas() local
636 struct xfs_dquot *dqp) in xfs_trans_unreserve_and_mod_dquots_hook()
651 # define xfs_trans_unreserve_and_mod_dquots_hook(tp, dqp) ((void)0) argument
[all …]
H A Dxfs_qm.c57 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk()
86 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk() local
125 struct xfs_dquot *dqp, in xfs_qm_dqpurge()
297 struct xfs_dquot *dqp; in xfs_qm_dqattach_one() local
465 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate() local
584 struct xfs_dquot *dqp; in xfs_qm_shrink_scan() local
610 struct xfs_dquot *dqp; in xfs_qm_set_defquota() local
641 struct xfs_dquot *dqp; in xfs_qm_init_timelimits() local
1328 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust() local
1486 struct xfs_dquot *dqp, in xfs_qm_flush_one()
[all …]
H A Dxfs_qm_syscalls.c279 struct xfs_dquot *dqp; in xfs_qm_scall_setqlim() local
400 const struct xfs_dquot *dqp, in xfs_qm_scall_getquota_fill_qc()
440 struct xfs_dquot *dqp; in xfs_qm_scall_getquota() local
485 struct xfs_dquot *dqp; in xfs_qm_scall_getquota_next() local
H A Dxfs_qm_bhv.c23 struct xfs_dquot *dqp) in xfs_fill_statvfs_from_dquot()
73 struct xfs_dquot *dqp; in xfs_qm_statvfs() local
H A Dxfs_qm.h22 #define XFS_IS_DQUOT_UNINITIALIZED(dqp) ( \ argument
H A Dxfs_quota.h150 # define xfs_trans_mod_ino_dquot(tp, ip, dqp, field, delta) \ argument
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c157 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/arch/powerpc/sysdev/
H A Dfsl_rmu.c226 u32 dqp = in_be32(&rmu->msg_regs->odqdpar); in fsl_rio_tx_handler() local