Searched refs:xfs_allocfree_block_count (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 66 xfs_allocfree_block_count( in xfs_allocfree_block_count() function 149 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_inobt_res() 196 res = xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_inode_chunk_res() 303 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 2), blksz); in xfs_calc_write_reservation() 311 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), blksz); in xfs_calc_write_reservation() 317 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 2), blksz); in xfs_calc_write_reservation() 384 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 4), blksz); in xfs_calc_itruncate_reservation() 389 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 2), blksz); in xfs_calc_itruncate_reservation() 444 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 3), in xfs_calc_rename_reservation() 484 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_link_reservation() [all …]
|
D | xfs_trans_resv.h | 99 uint xfs_allocfree_block_count(struct xfs_mount *mp, uint num_ops);
|
D | xfs_refcount.c | 924 overhead = xfs_allocfree_block_count(cur->bc_mp, in xfs_refcount_still_have_space()
|