Searched refs:xfs_dec_fdblocks (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_metafile.c | 173 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 D | xfs_trans.c | 163 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 D | xfs_mount.h | 763 static inline int xfs_dec_fdblocks(struct xfs_mount *mp, uint64_t delta, in xfs_dec_fdblocks() function
|