Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c75 xfs_allocfree_block_count( in xfs_allocfree_block_count() function
166 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_inobt_res()
213 res = xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_inode_chunk_res()
367 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 2), blksz); in xfs_calc_write_reservation()
375 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), blksz); in xfs_calc_write_reservation()
381 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 2), blksz); in xfs_calc_write_reservation()
429 xfs_calc_buf_res(xfs_allocfree_block_count(mp, nr), in xfs_calc_finish_efi_reservation()
455 xfs_calc_buf_res(xfs_allocfree_block_count(mp, nr), in xfs_calc_finish_rt_efi_reservation()
1002 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_growdata_reservation()
1024 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_growrtalloc_reservation()
[all …]
H A Dxfs_trans_resv.h100 uint xfs_allocfree_block_count(struct xfs_mount *mp, uint num_ops);
H A Dxfs_refcount.c1106 overhead = xfs_allocfree_block_count(cur->bc_mp, in xfs_refcount_still_have_space()