Searched defs:dqp (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_dquot.h | 84 static inline void xfs_dqflock(xfs_dquot_t *dqp) in xfs_dqflock() 89 static inline bool xfs_dqflock_nowait(xfs_dquot_t *dqp) in xfs_dqflock_nowait() 94 static inline void xfs_dqfunlock(xfs_dquot_t *dqp) in xfs_dqfunlock() 99 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait() 104 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock() 109 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock() 146 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp() 157 #define XFS_DQ_IS_LOCKED(dqp) (mutex_is_locked(&((dqp)->q_qlock))) argument 158 #define XFS_DQ_IS_DIRTY(dqp) ((dqp)->dq_flags & XFS_DQ_DIRTY) argument 159 #define XFS_QM_ISUDQ(dqp) ((dqp)->dq_flags & XFS_DQ_USER) argument [all …]
|
D | xfs_dquot.c | 73 xfs_dquot_t *dqp) in xfs_qm_dqdestroy() 273 xfs_dquot_set_prealloc_limits(struct xfs_dquot *dqp) in xfs_dquot_set_prealloc_limits() 301 xfs_dquot_t *dqp, in xfs_qm_dqalloc() 408 struct xfs_dquot *dqp, in xfs_qm_dqrepair() 458 xfs_dquot_t *dqp, in xfs_qm_dqtobp() 566 struct xfs_dquot *dqp; in xfs_qm_dqread() local 705 struct xfs_dquot *dqp; in xfs_qm_dqget() local 837 struct xfs_dquot *dqp) in xfs_qm_dqput() 860 xfs_dquot_t *dqp) in xfs_qm_dqrele() 890 xfs_dquot_t *dqp = qip->qli_dquot; in xfs_qm_dqflush_done() local [all …]
|
D | xfs_trans_dquot.c | 42 xfs_dquot_t *dqp) in xfs_trans_dqjoin() 74 xfs_dquot_t *dqp) in xfs_trans_log_dquot() 175 struct xfs_dquot *dqp) in xfs_trans_get_dqtrx() 207 xfs_dquot_t *dqp, in xfs_trans_mod_dquot() 332 struct xfs_dquot *dqp; in xfs_trans_apply_dquot_deltas() local 515 xfs_dquot_t *dqp; in xfs_trans_unreserve_and_mod_dquots() local 572 struct xfs_dquot *dqp, in xfs_quota_warn() 595 xfs_dquot_t *dqp, in xfs_trans_dqresv()
|
D | xfs_dquot_item.c | 85 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_pin() local 102 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_unpin() local 127 struct xfs_dquot *dqp) in xfs_qm_dqunpin_wait() 146 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_push() local 204 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_unlock() local 255 struct xfs_dquot *dqp) in xfs_qm_dquot_logitem_init()
|
D | xfs_qm.c | 65 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk() 94 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk() local 130 struct xfs_dquot *dqp, in xfs_qm_dqpurge() 267 xfs_dquot_t *dqp; in xfs_qm_dqattach_one() local 438 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate() local 542 struct xfs_dquot *dqp; in xfs_qm_shrink_scan() local 573 xfs_dquot_t *dqp; in xfs_qm_init_quotainfo() local 1046 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust() local 1218 struct xfs_dquot *dqp, in xfs_qm_flush_one() 1571 struct xfs_dquot *dqp) in xfs_qm_dqfree_one()
|
D | xfs_qm_bhv.c | 34 struct xfs_dquot *dqp) in xfs_fill_statvfs_from_dquot() 73 xfs_dquot_t *dqp; in xfs_qm_statvfs() local
|
D | xfs_qm_syscalls.c | 405 struct xfs_dquot *dqp; in xfs_qm_scall_setqlim() local 642 struct xfs_dquot *dqp; in xfs_qm_scall_getquota() local
|
D | xfs_qm.h | 34 #define XFS_IS_DQUOT_UNINITIALIZED(dqp) ( \ argument 107 xfs_dq_to_quota_inode(struct xfs_dquot *dqp) in xfs_dq_to_quota_inode()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 158 struct mlx4_promisc_qp *dqp = NULL; in new_steering_entry() local 247 struct mlx4_promisc_qp *dqp; in existing_steering_entry() local 295 struct mlx4_promisc_qp *dqp, *tmp_dqp; in check_duplicate_entry() local 427 struct mlx4_promisc_qp *dqp; in add_promisc_qp() local 558 struct mlx4_promisc_qp *dqp; in remove_promisc_qp() local
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_rmu.c | 228 u32 dqp = in_be32(&rmu->msg_regs->odqdpar); in fsl_rio_tx_handler() local
|