Searched refs:xfs_add_fdblocks (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_trans.c | 207 xfs_add_fdblocks(mp, blocks); in xfs_trans_reserve() 631 xfs_add_fdblocks(mp, blkdelta); in xfs_trans_unreserve_and_mod_sb() 1133 xfs_add_fdblocks(tp->t_mountp, blocks); in xfs_trans_reserve_more() 1175 xfs_add_fdblocks(mp, dblocks); in xfs_trans_reserve_more_inode()
|
| H A D | xfs_mount.h | 762 static inline void xfs_add_fdblocks(struct xfs_mount *mp, uint64_t delta) in xfs_add_fdblocks() function
|
| H A D | xfs_iomap.c | 1434 xfs_add_fdblocks(ip->i_mount, oldlen - newlen); in xfs_bmap_add_extent_hole_delay()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_metafile.c | 233 xfs_add_fdblocks(mp, mp->m_metafile_resv_avail); in __xfs_metafile_resv_free()
|
| H A D | xfs_ag_resv.c | 152 xfs_add_fdblocks(pag_mount(pag), oldresv); in __xfs_ag_resv_free()
|
| H A D | xfs_bmap.c | 1990 xfs_add_fdblocks(mp, da_old - da_new); in xfs_bmap_add_extent_delay_real() 4801 xfs_add_fdblocks(mp, fdblocks); in xfs_bmap_del_extent_delay()
|
| /linux/fs/xfs/scrub/ |
| H A D | repair.c | 1379 xfs_add_fdblocks(mp, give_back); in xrep_reset_metafile_resv()
|