Home
last modified time | relevance | path

Searched refs:rtbmp_bytes (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drtsummary.c163 unsigned long long rtbmp_bytes; in xchk_rtsum_compute() local
166 rtbmp_bytes = howmany_64(mp->m_sb.sb_rextents, NBBY); in xchk_rtsum_compute()
167 if (roundup_64(rtbmp_bytes, mp->m_sb.sb_blocksize) != in xchk_rtsum_compute()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_trans_resv.c211 unsigned int rtbmp_bytes; in xfs_rtalloc_log_count() local
213 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_trans_resv.c221 unsigned int rtbmp_bytes; in xfs_rtalloc_block_count() local
223 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()

Completed in 4 milliseconds