Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.c220 unsigned int blksz = XFS_FSB_TO_B(mp, 1); in xfs_rtalloc_block_count() local
224 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_block_count()
260 unsigned int blksz = XFS_FSB_TO_B(mp, 1); in xfs_calc_refcountbt_reservation() local
266 xfs_calc_buf_res(xfs_refcountbt_block_count(mp, nr_ops), blksz); in xfs_calc_refcountbt_reservation()
298 unsigned int blksz = XFS_FSB_TO_B(mp, 1); in xfs_calc_write_reservation() local
301 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK), blksz) + in xfs_calc_write_reservation()
303 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 2), blksz); in xfs_calc_write_reservation()
308 blksz) + in xfs_calc_write_reservation()
310 xfs_calc_buf_res(xfs_rtalloc_block_count(mp, 1), blksz) + in xfs_calc_write_reservation()
311 xfs_calc_buf_res(xfs_allocfree_block_count(mp, 1), blksz); in xfs_calc_write_reservation()
[all …]
/fs/ocfs2/
Dsuper.c2322 u32 blksz, in ocfs2_verify_volume() argument
2340 if ((1 << le32_to_cpu(di->id2.i_super.s_blocksize_bits)) != blksz) { in ocfs2_verify_volume()
2344 blksz); in ocfs2_verify_volume()