Home
last modified time | relevance | path

Searched refs:XFS_TRANS_DQ_ICOUNT (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_quota_defs.h123 #define XFS_TRANS_DQ_ICOUNT XFS_QMOPT_ICOUNT macro
/linux/fs/xfs/scrub/
H A Dtempfile.c229 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 Dxfs_qm.c2106 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 Dxfs_trans_dquot.c350 case XFS_TRANS_DQ_ICOUNT: in xfs_trans_mod_dquot()
H A Dxfs_inode.c1273 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, -1); in xfs_inactive_ifree()