Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_trans_resv.c69 xfs_allocfree_log_count( in xfs_allocfree_log_count() function
140 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_inobt_res()
187 res = xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_inode_chunk_res()
243 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_write_reservation()
246 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_write_reservation()
270 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 4), in xfs_calc_itruncate_reservation()
295 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 3), in xfs_calc_rename_reservation()
335 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_link_reservation()
373 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_remove_reservation()
518 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_growdata_reservation()
[all …]
Dxfs_trans_resv.h95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
Dxfs_refcount.c839 xfs_allocfree_log_count(cur->bc_mp, 1); in xfs_refcount_still_have_space()