Searched refs:xfs_allocfree_log_count (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 69 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() 270 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_write_reservation() 278 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), blksz); in xfs_calc_write_reservation() 284 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_write_reservation() 319 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 4), blksz); in xfs_calc_itruncate_reservation() 324 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_itruncate_reservation() 353 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 3), in xfs_calc_rename_reservation() 393 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), in xfs_calc_link_reservation() [all …]
|
D | xfs_trans_resv.h | 95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
|
D | xfs_refcount.c | 839 xfs_allocfree_log_count(cur->bc_mp, 1); in xfs_refcount_still_have_space()
|