Searched refs:xfs_allocfree_log_count (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 67 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() 242 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_write_reservation() 245 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_write_reservation() 269 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 4), in xfs_calc_itruncate_reservation() 294 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 3), in xfs_calc_rename_reservation() 334 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_link_reservation() 372 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_remove_reservation() 517 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_growdata_reservation() [all …]
|
D | xfs_trans_resv.h | 95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
|
D | xfs_refcount.c | 837 xfs_allocfree_log_count(cur->bc_mp, 1); in xfs_refcount_still_have_space()
|