Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c51 xfs_calc_buf_res( in xfs_calc_buf_res() function
158 return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels, in xfs_calc_inobt_res()
160 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_inobt_res()
207 res = xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), in xfs_calc_inode_chunk_res()
216 res += xfs_calc_buf_res(M_IGEO(mp)->ialloc_blks, size); in xfs_calc_inode_chunk_res()
289 t1 = xfs_calc_buf_res(nr_ops, mp->m_sb.sb_sectsize) + in xfs_calc_refcountbt_reservation()
290 xfs_calc_buf_res(xfs_refcountbt_block_count(mp, nr_ops), blksz); in xfs_calc_refcountbt_reservation()
294 xfs_calc_buf_res(xfs_rtrefcountbt_block_count(mp, nr_ops), in xfs_calc_refcountbt_reservation()
332 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK), blksz) + in xfs_calc_write_reservation()
333 xfs_calc_buf_res(3, mp->m_sb.sb_sectsize) + in xfs_calc_write_reservation()
[all …]