Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c1941 xfs_sb_t *nsbp; /* new superblock */ in xfs_growfs_rt() local
2015 nsbp = &nmp->m_sb; in xfs_growfs_rt()
2019 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
2020 nsbp->sb_rbmblocks = bmbno + 1; in xfs_growfs_rt()
2021 nsbp->sb_rblocks = in xfs_growfs_rt()
2023 nsbp->sb_rbmblocks * NBBY * in xfs_growfs_rt()
2024 nsbp->sb_blocksize * nsbp->sb_rextsize); in xfs_growfs_rt()
2025 nsbp->sb_rextents = nsbp->sb_rblocks; in xfs_growfs_rt()
2026 do_div(nsbp->sb_rextents, nsbp->sb_rextsize); in xfs_growfs_rt()
2027 nsbp->sb_rextslog = xfs_highbit32(nsbp->sb_rextents); in xfs_growfs_rt()
[all …]