Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_trans_resv.c67 xfs_allocfree_log_count( in xfs_allocfree_log_count() function
139 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_inobt_res()
186 res = xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_inode_chunk_res()
269 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_write_reservation()
277 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), blksz); in xfs_calc_write_reservation()
283 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_write_reservation()
318 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 4), blksz); in xfs_calc_itruncate_reservation()
323 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_itruncate_reservation()
352 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 3), in xfs_calc_rename_reservation()
392 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_link_reservation()
[all …]
Dxfs_trans_resv.h95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
Dxfs_refcount.c887 xfs_allocfree_log_count(cur->bc_mp, 1); in xfs_refcount_still_have_space()