Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c971 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt() local
1046 nrsumblocks = XFS_B_TO_FSB(mp, nrsumsize); in xfs_growfs_rt()
1047 nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt()
1053 if (nrsumblocks > (mp->m_sb.sb_logblocks >> 1)) { in xfs_growfs_rt()
1070 error = xfs_growfs_rt_alloc(mp, rsumblocks, nrsumblocks, mp->m_rsumip); in xfs_growfs_rt()
1113 nrsumblocks = XFS_B_TO_FSB(mp, nrsumsize); in xfs_growfs_rt()
1114 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt()