Home
last modified time | relevance | path

Searched refs:XFS_TRANS_DQ_BCOUNT (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_quota_defs.h119 #define XFS_TRANS_DQ_BCOUNT XFS_QMOPT_BCOUNT macro
H A Dxfs_bmap_btree.c263 XFS_TRANS_DQ_BCOUNT, 1L); in xfs_bmbt_alloc_block()
291 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmbt_free_block()
H A Dxfs_bmap.c612 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmap_btree_to_extents()
699 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L); in xfs_bmap_extents_to_btree()
744 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmap_extents_to_btree()
872 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L); in xfs_bmap_local_to_extents()
3282 fld = isrt ? XFS_TRANS_DQ_RTBCOUNT : XFS_TRANS_DQ_BCOUNT; in xfs_bmap_alloc_account()
4967 qfield = XFS_TRANS_DQ_BCOUNT; in xfs_bmap_del_extent_real()
H A Dxfs_exchmaps.c171 XFS_TRANS_DQ_BCOUNT; in xfs_exchmaps_update_quota()
/linux/fs/xfs/scrub/
H A Dquotacheck.c222 case XFS_TRANS_DQ_BCOUNT: in xqcheck_mod_live_ino_dqtrx()
282 case XFS_TRANS_DQ_BCOUNT: in xqcheck_mod_live_ino_dqtrx()
H A Dreap.c1450 xfs_trans_mod_dquot_byino(sc->tp, rs->ip, XFS_TRANS_DQ_BCOUNT, in xrep_reap_bmapi_iter()
1483 xfs_trans_mod_dquot_byino(sc->tp, rs->ip, XFS_TRANS_DQ_BCOUNT, in xrep_reap_bmapi_iter()
H A Dbmap_repair.c640 xfs_trans_mod_dquot_byino(sc->tp, sc->ip, XFS_TRANS_DQ_BCOUNT, delta); in xrep_bmap_reset_counters()
H A Dtempfile.c280 xfs_trans_mod_dquot_byino(sc->tp, sc->tempip, XFS_TRANS_DQ_BCOUNT, in xrep_tempfile_remove_metadir()
H A Drepair.c1354 xfs_trans_mod_dquot_byino(sc->tp, sc->ip, XFS_TRANS_DQ_BCOUNT, in xrep_inode_set_nblocks()
/linux/fs/xfs/
H A Dxfs_qm.c1979 xfs_trans_mod_ino_dquot(tp, ip, prevdq, XFS_TRANS_DQ_BCOUNT, in xfs_qm_vop_chown()
1986 xfs_trans_mod_ino_dquot(tp, ip, newdq, XFS_TRANS_DQ_BCOUNT, dblocks); in xfs_qm_vop_chown()
H A Dxfs_trans_dquot.c341 case XFS_TRANS_DQ_BCOUNT: in xfs_trans_mod_dquot()
H A Dxfs_reflink.c770 XFS_TRANS_DQ_BCOUNT; in xfs_reflink_update_quota()