Searched refs:xfs_dquot_t (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_dquot.h | 58 } xfs_dquot_t; typedef 75 static inline void xfs_dqflock(xfs_dquot_t *dqp) in xfs_dqflock() 80 static inline int xfs_dqflock_nowait(xfs_dquot_t *dqp) in xfs_dqflock_nowait() 85 static inline void xfs_dqfunlock(xfs_dquot_t *dqp) in xfs_dqfunlock() 118 static inline xfs_dquot_t *xfs_inode_dquot(struct xfs_inode *ip, int type) in xfs_inode_dquot() 143 extern void xfs_qm_dqdestroy(xfs_dquot_t *); 144 extern int xfs_qm_dqflush(xfs_dquot_t *, uint); 145 extern void xfs_qm_dqunpin_wait(xfs_dquot_t *); 151 xfs_dqid_t, uint, uint, xfs_dquot_t **); 152 extern void xfs_qm_dqput(xfs_dquot_t *);
|
D | xfs_qm.h | 78 extern void xfs_trans_mod_dquot(xfs_trans_t *, xfs_dquot_t *, uint, long); 80 xfs_dquot_t *, xfs_dquot_t *, long, long, uint); 81 extern void xfs_trans_dqjoin(xfs_trans_t *, xfs_dquot_t *); 82 extern void xfs_trans_log_dquot(xfs_trans_t *, xfs_dquot_t *);
|
D | xfs_trans_dquot.c | 50 xfs_dquot_t *dqp) in xfs_trans_dqjoin() 82 xfs_dquot_t *dqp) in xfs_trans_log_dquot() 178 xfs_dquot_t *dqp) in xfs_trans_get_dqtrx() 204 xfs_dquot_t *dqp, in xfs_trans_mod_dquot() 334 xfs_dquot_t *dqp; in xfs_trans_apply_dquot_deltas() 519 xfs_dquot_t *dqp; in xfs_trans_unreserve_and_mod_dquots() 598 xfs_dquot_t *dqp, in xfs_trans_dqresv() 753 xfs_dquot_t *udqp, in xfs_trans_reserve_quota_bydquots() 754 xfs_dquot_t *gdqp, in xfs_trans_reserve_quota_bydquots()
|
D | xfs_dquot.c | 72 xfs_dquot_t *dqp) in xfs_qm_dqdestroy() 262 xfs_dquot_t *dqp, in xfs_qm_dqalloc() 372 xfs_dquot_t *dqp, in xfs_qm_dqtobp() 621 xfs_dquot_t **O_dqpp) /* OUT : locked incore dquot */ in xfs_qm_dqget() 813 xfs_dquot_t *dqp) in xfs_qm_dqrele() 843 xfs_dquot_t *dqp = qip->qli_dquot; in xfs_qm_dqflush_done() 881 xfs_dquot_t *dqp, in xfs_qm_dqflush() 994 xfs_dquot_t *d1, in xfs_dqlock2() 995 xfs_dquot_t *d2) in xfs_dqlock2() 1020 xfs_dquot_t *dqp) in xfs_dqflock_pushbuf_wait()
|
D | xfs_qm.c | 380 xfs_dquot_t *udqhint, /* hint */ in xfs_qm_dqattach_one() 381 xfs_dquot_t **IO_idqpp) in xfs_qm_dqattach_one() 383 xfs_dquot_t *dqp; in xfs_qm_dqattach_one() 465 xfs_dquot_t *udq, in xfs_qm_dqattach_grouphint() 466 xfs_dquot_t *gdq) in xfs_qm_dqattach_grouphint() 468 xfs_dquot_t *tmp; in xfs_qm_dqattach_grouphint() 621 xfs_dquot_t *dqp; in xfs_qm_init_quotainfo() 1721 xfs_dquot_t * 1725 xfs_dquot_t **IO_olddq, in xfs_qm_vop_chown() 1726 xfs_dquot_t *newdq) in xfs_qm_vop_chown() [all …]
|
D | xfs_qm_bhv.c | 82 xfs_dquot_t *dqp; in xfs_qm_statvfs()
|
D | xfs_qm_syscalls.c | 482 xfs_dquot_t *dqp; in xfs_qm_scall_setqlim()
|