Searched refs:XFS_TRANS_DQ_ICOUNT (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 123 #define XFS_TRANS_DQ_ICOUNT XFS_QMOPT_ICOUNT macro
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 229 xfs_trans_mod_dquot_byino(sc->tp, sc->tempip, XFS_TRANS_DQ_ICOUNT, -1L); in xrep_tempfile_adjust_directory_tree() 279 xfs_trans_mod_dquot_byino(sc->tp, sc->tempip, XFS_TRANS_DQ_ICOUNT, 1L); in xrep_tempfile_remove_metadir()
|
/linux/fs/xfs/ |
H A D | xfs_qm.c | 2106 xfs_trans_mod_ino_dquot(tp, ip, prevdq, XFS_TRANS_DQ_ICOUNT, -1); in xfs_qm_vop_chown() 2111 xfs_trans_mod_ino_dquot(tp, ip, newdq, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_chown() 2214 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
|
H A D | xfs_trans_dquot.c | 350 case XFS_TRANS_DQ_ICOUNT: in xfs_trans_mod_dquot()
|
H A D | xfs_inode.c | 1273 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, -1); in xfs_inactive_ifree()
|