Lines Matching refs:nmp
1170 xfs_mount_t *nmp, /* new file system mount point */ in xfs_rtcopy_summary() argument
1195 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary()
1933 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local
1999 nmp = NULL; in xfs_growfs_rt()
2013 nmp = kmem_alloc(sizeof(*nmp), KM_SLEEP); in xfs_growfs_rt()
2014 *nmp = *mp; in xfs_growfs_rt()
2015 nsbp = &nmp->m_sb; in xfs_growfs_rt()
2028 nrsumlevels = nmp->m_rsumlevels = nsbp->sb_rextslog + 1; in xfs_growfs_rt()
2033 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt()
2040 XFS_GROWRTFREE_LOG_RES(nmp), 0, 0, 0))) in xfs_growfs_rt()
2066 mp->m_rsumip->i_d.di_size = nmp->m_rsumsize; in xfs_growfs_rt()
2073 mp->m_rsumlevels != nmp->m_rsumlevels) { in xfs_growfs_rt()
2074 error = xfs_rtcopy_summary(mp, nmp, tp); in xfs_growfs_rt()
2100 error = xfs_rtfree_range(nmp, tp, sbp->sb_rextents, in xfs_growfs_rt()
2112 kmem_free(nmp, sizeof(*nmp)); in xfs_growfs_rt()
2113 nmp = NULL; in xfs_growfs_rt()
2130 if (nmp) in xfs_growfs_rt()
2131 kmem_free(nmp, sizeof(*nmp)); in xfs_growfs_rt()