Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
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()