Searched defs:dqp (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_dquot.h | 103 static inline void xfs_dqflock(struct xfs_dquot *dqp) in xfs_dqflock() 108 static inline bool xfs_dqflock_nowait(struct xfs_dquot *dqp) in xfs_dqflock_nowait() 113 static inline void xfs_dqfunlock(struct xfs_dquot *dqp) in xfs_dqfunlock() 118 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait() 123 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock() 128 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock() 134 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() 172 const struct xfs_dquot *dqp) in xfs_dquot_is_enforced() 190 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp() 203 #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() 262 xfs_dquot_set_prealloc_limits(struct xfs_dquot *dqp) in xfs_dquot_set_prealloc_limits() 289 struct xfs_dquot *dqp, in xfs_dquot_disk_alloc() 407 struct xfs_dquot *dqp, in xfs_dquot_disk_read() 473 struct xfs_dquot *dqp; in xfs_dquot_alloc() local 526 struct xfs_dquot *dqp, in xfs_dquot_check_type() 562 struct xfs_dquot *dqp, in xfs_dquot_from_disk() 613 struct xfs_dquot *dqp) in xfs_dquot_to_disk() 655 struct xfs_dquot *dqp; in xfs_qm_dqread() local 753 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 | 31 struct xfs_dquot *dqp) in xfs_trans_dqjoin() 55 struct xfs_dquot *dqp) in xfs_trans_log_dquot() 150 struct xfs_dquot *dqp) in xfs_trans_get_dqtrx() 187 struct xfs_dquot *dqp, in xfs_trans_mod_dquot() 337 struct xfs_dquot *dqp; in xfs_trans_apply_dquot_deltas() local 480 struct xfs_dquot *dqp; in xfs_trans_unreserve_and_mod_dquots() local 537 struct xfs_dquot *dqp, in xfs_quota_warn() 621 struct xfs_dquot *dqp, in xfs_trans_dqresv()
|
D | xfs_qm.c | 54 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk() 83 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk() local 122 struct xfs_dquot *dqp, in xfs_qm_dqpurge() 254 struct xfs_dquot *dqp; in xfs_qm_dqattach_one() local 418 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate() local 519 struct xfs_dquot *dqp; in xfs_qm_shrink_scan() local 546 struct xfs_dquot *dqp; in xfs_qm_set_defquota() local 577 struct xfs_dquot *dqp; in xfs_qm_init_timelimits() local 1072 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust() local 1209 struct xfs_dquot *dqp, in xfs_qm_flush_one() [all …]
|
D | xfs_qm_syscalls.c | 280 struct xfs_dquot *dqp; in xfs_qm_scall_setqlim() local 401 const struct xfs_dquot *dqp, in xfs_qm_scall_getquota_fill_qc() 454 struct xfs_dquot *dqp; in xfs_qm_scall_getquota() local 499 struct xfs_dquot *dqp; in xfs_qm_scall_getquota_next() local
|
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.h | 22 #define XFS_IS_DQUOT_UNINITIALIZED(dqp) ( \ argument
|
/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 316 struct xfs_dquot *dqp, in xfs_dquot_to_disk_ts()
|