Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_trans_resv.c48 xfs_calc_buf_res( in xfs_calc_buf_res() function
137 return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels, in xfs_calc_inobt_res()
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()
195 res += xfs_calc_buf_res(M_IGEO(mp)->ialloc_blks, size); in xfs_calc_inode_chunk_res()
239 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK), in xfs_calc_write_reservation()
241 xfs_calc_buf_res(3, mp->m_sb.sb_sectsize) + in xfs_calc_write_reservation()
242 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_write_reservation()
244 (xfs_calc_buf_res(5, mp->m_sb.sb_sectsize) + in xfs_calc_write_reservation()
245 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), in xfs_calc_write_reservation()
[all …]