Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_quota.h96 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
167 static inline void xfs_trans_mod_dquot_byino(struct xfs_trans *tp, in xfs_trans_mod_dquot_byino() function
A Dxfs_trans_dquot.c241 xfs_trans_mod_dquot_byino( in xfs_trans_mod_dquot_byino() function
A Dxfs_reflink.c772 xfs_trans_mod_dquot_byino(tp, ip, qflag, blocks); in xfs_reflink_update_quota()
A Dxfs_qm.c2163 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
A Dxfs_inode.c1273 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, -1); in xfs_inactive_ifree()
/fs/xfs/scrub/
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()
280 xfs_trans_mod_dquot_byino(sc->tp, sc->tempip, XFS_TRANS_DQ_BCOUNT, in xrep_tempfile_remove_metadir()
A Dreap.c1179 xfs_trans_mod_dquot_byino(sc->tp, ip, XFS_TRANS_DQ_BCOUNT, in xrep_reap_bmapi_iter()
1212 xfs_trans_mod_dquot_byino(sc->tp, ip, XFS_TRANS_DQ_BCOUNT, in xrep_reap_bmapi_iter()
A Dbmap_repair.c640 xfs_trans_mod_dquot_byino(sc->tp, sc->ip, XFS_TRANS_DQ_BCOUNT, delta); in xrep_bmap_reset_counters()
A Drepair.c1351 xfs_trans_mod_dquot_byino(sc->tp, sc->ip, XFS_TRANS_DQ_BCOUNT, in xrep_inode_set_nblocks()
/fs/xfs/libxfs/
A Dxfs_bmap_btree.c262 xfs_trans_mod_dquot_byino(args.tp, cur->bc_ino.ip, in xfs_bmbt_alloc_block()
291 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmbt_free_block()
A Dxfs_exchmaps.c183 xfs_trans_mod_dquot_byino(tp, xmi->xmi_ip1, qflag, ip1_delta); in xfs_exchmaps_update_quota()
184 xfs_trans_mod_dquot_byino(tp, xmi->xmi_ip2, qflag, ip2_delta); in xfs_exchmaps_update_quota()
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()
3276 xfs_trans_mod_dquot_byino(ap->tp, ap->ip, isrt ? in xfs_bmap_alloc_account()
3293 xfs_trans_mod_dquot_byino(ap->tp, ap->ip, fld, ap->length); in xfs_bmap_alloc_account()
5168 xfs_trans_mod_dquot_byino(tp, ip, qfield, (long)-nblks); in xfs_bmap_del_extent_real()

Completed in 51 milliseconds