Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c906 xfs_extlen_t rbmblocks) /* number of rt bitmap blocks */ in xfs_alloc_rsum_cache() argument
913 mp->m_rsum_cache = kvzalloc(rbmblocks, GFP_KERNEL); in xfs_alloc_rsum_cache()
942 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt() local
1018 rbmblocks = XFS_B_TO_FSB(mp, mp->m_rbmip->i_disk_size); in xfs_growfs_rt()
1023 error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks, mp->m_rbmip); in xfs_growfs_rt()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_sb.c506 uint64_t rbmblocks; in xfs_validate_sb_common() local
509 rbmblocks = howmany_64(sbp->sb_rextents, in xfs_validate_sb_common()
515 sbp->sb_rbmblocks != rbmblocks) { in xfs_validate_sb_common()