Lines Matching refs:blksz
210 unsigned int blksz = XFS_FSB_TO_B(mp, 1);
214 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops;
264 unsigned int blksz = XFS_FSB_TO_B(mp, 1);
267 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK), blksz) +
269 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz);
274 blksz) +
276 xfs_calc_buf_res(xfs_rtalloc_log_count(mp, 1), blksz) +
277 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), blksz);
283 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz);
312 unsigned int blksz = XFS_FSB_TO_B(mp, 1);
315 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK) + 1, blksz);
318 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 4), blksz);
322 xfs_calc_buf_res(xfs_rtalloc_log_count(mp, 2), blksz) +
323 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz);