Searched refs:rtbmp_bytes (Results 1 – 1 of 1) sorted by relevance
211 unsigned int rtbmp_bytes; in xfs_rtalloc_log_count() local213 rtbmp_bytes = (MAXEXTLEN / mp->m_sb.sb_rextsize) / NBBY; in xfs_rtalloc_log_count()214 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_log_count()