Searched refs:xfs_dec_fdblocks (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_ag_resv.c | 207 error = xfs_dec_fdblocks(mp, hidden_space, true); in __xfs_ag_resv_init()
|
| A D | xfs_bmap.c | 1981 error = xfs_dec_fdblocks(mp, da_new - da_old, true); in xfs_bmap_add_extent_delay_real() 4101 error = xfs_dec_fdblocks(mp, fdblocks, false); in xfs_bmapi_reserve_delalloc()
|
| /linux/fs/xfs/ |
| A D | xfs_fsops.c | 427 error = xfs_dec_fdblocks(mp, fdblks_delta, 0); in xfs_reserve_blocks()
|
| A D | xfs_mount.h | 579 static inline int xfs_dec_fdblocks(struct xfs_mount *mp, uint64_t delta, in xfs_dec_fdblocks() function
|
| A D | xfs_trans.c | 166 error = xfs_dec_fdblocks(mp, blocks, rsvd); in xfs_trans_reserve()
|
Completed in 21 milliseconds