Home
last modified time | relevance | path

Searched refs:xfs_add_fdblocks (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/fs/xfs/
Dxfs_fsops.c403 xfs_add_fdblocks(mp, fdblks_delta); in xfs_reserve_blocks()
441 xfs_add_fdblocks(mp, fdblks_delta); in xfs_reserve_blocks()
Dxfs_trans.c238 xfs_add_fdblocks(mp, blocks); in xfs_trans_reserve()
659 xfs_add_fdblocks(mp, blkdelta); in xfs_trans_unreserve_and_mod_sb()
1187 xfs_add_fdblocks(mp, dblocks); in xfs_trans_reserve_more_inode()
Dxfs_mount.h675 static inline void xfs_add_fdblocks(struct xfs_mount *mp, uint64_t delta) in xfs_add_fdblocks() function
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_metafile.c232 xfs_add_fdblocks(ip->i_mount, ip->i_delayed_blks); in xfs_metafile_resv_free()
Dxfs_ag_resv.c153 xfs_add_fdblocks(pag_mount(pag), oldresv); in __xfs_ag_resv_free()
Dxfs_bmap.c2000 xfs_add_fdblocks(mp, da_old - da_new); in xfs_bmap_add_extent_delay_real()
2705 xfs_add_fdblocks(ip->i_mount, oldlen - newlen); in xfs_bmap_add_extent_hole_delay()
5076 xfs_add_fdblocks(mp, fdblocks); in xfs_bmap_del_extent_delay()
/linux-6.14.4/fs/xfs/scrub/
Drepair.c1407 xfs_add_fdblocks(ip->i_mount, give_back); in xrep_reset_metafile_resv()