Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c173 error = xfs_dec_fdblocks(ip->i_mount, len, true); in xfs_metafile_resv_alloc_space()
310 error = xfs_dec_fdblocks(mp, hidden_space, true); in xfs_metafile_resv_init()
/linux/fs/xfs/
H A Dxfs_trans.c163 error = xfs_dec_fdblocks(mp, blocks, rsvd); in xfs_trans_reserve()
1133 if (blocks && xfs_dec_fdblocks(tp->t_mountp, blocks, rsvd)) in xfs_trans_reserve_more()
H A Dxfs_mount.h763 static inline int xfs_dec_fdblocks(struct xfs_mount *mp, uint64_t delta, in xfs_dec_fdblocks() function