Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans.c205 xfs_add_fdblocks(mp, blocks); in xfs_trans_reserve()
629 xfs_add_fdblocks(mp, blkdelta); in xfs_trans_unreserve_and_mod_sb()
1137 xfs_add_fdblocks(tp->t_mountp, blocks); in xfs_trans_reserve_more()
1179 xfs_add_fdblocks(mp, dblocks); in xfs_trans_reserve_more_inode()
H A Dxfs_mount.h769 static inline void xfs_add_fdblocks(struct xfs_mount *mp, uint64_t delta) in xfs_add_fdblocks() function
/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c238 xfs_add_fdblocks(mp, mp->m_metafile_resv_avail); in __xfs_metafile_resv_free()