Searched refs:xfs_dquot_t (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_dquot.h | 67 } xfs_dquot_t; typedef 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() 128 static inline xfs_dquot_t *xfs_inode_dquot(struct xfs_inode *ip, int type) in xfs_inode_dquot() 165 extern void xfs_qm_dqdestroy(xfs_dquot_t *); 167 extern void xfs_qm_dqunpin_wait(xfs_dquot_t *); 173 xfs_dqid_t, uint, uint, xfs_dquot_t **); 174 extern void xfs_qm_dqput(xfs_dquot_t *);
|
D | xfs_dquot.c | 73 xfs_dquot_t *dqp) in xfs_qm_dqdestroy() 301 xfs_dquot_t *dqp, in xfs_qm_dqalloc() 458 xfs_dquot_t *dqp, in xfs_qm_dqtobp() 701 xfs_dquot_t **O_dqpp) /* OUT : locked incore dquot */ in xfs_qm_dqget() 860 xfs_dquot_t *dqp) in xfs_qm_dqrele() 890 xfs_dquot_t *dqp = qip->qli_dquot; in xfs_qm_dqflush_done() 1050 xfs_dquot_t *d1, in xfs_dqlock2() 1051 xfs_dquot_t *d2) in xfs_dqlock2()
|
D | xfs_trans_dquot.c | 42 xfs_dquot_t *dqp) in xfs_trans_dqjoin() 74 xfs_dquot_t *dqp) in xfs_trans_log_dquot() 207 xfs_dquot_t *dqp, in xfs_trans_mod_dquot() 515 xfs_dquot_t *dqp; in xfs_trans_unreserve_and_mod_dquots() 595 xfs_dquot_t *dqp, in xfs_trans_dqresv()
|
D | xfs_qm.c | 265 xfs_dquot_t **IO_idqpp) in xfs_qm_dqattach_one() 267 xfs_dquot_t *dqp; in xfs_qm_dqattach_one() 573 xfs_dquot_t *dqp; in xfs_qm_init_quotainfo() 1751 xfs_dquot_t * 1755 xfs_dquot_t **IO_olddq, in xfs_qm_vop_chown() 1756 xfs_dquot_t *newdq) in xfs_qm_vop_chown() 1758 xfs_dquot_t *prevdq; in xfs_qm_vop_chown()
|
D | xfs_qm_bhv.c | 73 xfs_dquot_t *dqp; in xfs_qm_statvfs()
|