Searched refs:xfs_trans_mod_dquot (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_trans_dquot.c | 159 xfs_trans_mod_dquot(tp, dqp, field, delta); in xfs_trans_mod_ino_dquot() 296 xfs_trans_mod_dquot( in xfs_trans_mod_dquot() function 855 xfs_trans_mod_dquot(tp, dqp, flags & XFS_QMOPT_RESBLK_MASK, in xfs_trans_dqresv() 857 xfs_trans_mod_dquot(tp, dqp, XFS_TRANS_DQ_RES_INOS, ninos); in xfs_trans_dqresv()
|
D | xfs_qm.h | 123 extern void xfs_trans_mod_dquot(struct xfs_trans *tp, struct xfs_dquot *dqp,
|
D | xfs_quota.h | 148 xfs_trans_mod_dquot((tp), (dqp), (field), (delta))
|
D | xfs_qm.c | 1887 xfs_trans_mod_dquot(tp, newdq, XFS_TRANS_DQ_RES_BLKS, in xfs_qm_vop_chown()
|
D | xfs_trace.h | 1122 TRACE_EVENT(xfs_trans_mod_dquot,
|