Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_quota_defs.h121 #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.c614 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmap_btree_to_extents()
701 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L); in xfs_bmap_extents_to_btree()
746 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmap_extents_to_btree()
874 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L); in xfs_bmap_local_to_extents()
3432 fld = isrt ? XFS_TRANS_DQ_RTBCOUNT : XFS_TRANS_DQ_BCOUNT; in xfs_bmap_alloc_account()
5242 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 Dreap.c1176 xfs_trans_mod_dquot_byino(sc->tp, ip, XFS_TRANS_DQ_BCOUNT, in xrep_reap_bmapi_iter()
1209 xfs_trans_mod_dquot_byino(sc->tp, 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.c1380 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.c2104 xfs_trans_mod_ino_dquot(tp, ip, prevdq, XFS_TRANS_DQ_BCOUNT, in xfs_qm_vop_chown()
2111 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()