Searched refs:rtbmp_bytes (Results 1 – 1 of 1) sorted by relevance
221 unsigned int rtbmp_bytes; in xfs_rtalloc_block_count() local223 rtbmp_bytes = (XFS_MAX_BMBT_EXTLEN / mp->m_sb.sb_rextsize) / NBBY; in xfs_rtalloc_block_count()224 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_block_count()