Lines Matching refs:nmp
104 xfs_mount_t *nmp, /* new file system mount point */ in xfs_rtcopy_summary() argument
129 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary()
966 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local
1081 nmp = kmem_alloc(sizeof(*nmp), 0); in xfs_growfs_rt()
1095 *nmp = *mp; in xfs_growfs_rt()
1096 nsbp = &nmp->m_sb; in xfs_growfs_rt()
1109 nrsumlevels = nmp->m_rsumlevels = nsbp->sb_rextslog + 1; in xfs_growfs_rt()
1114 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt()
1116 xfs_trans_resv_calc(nmp, &nmp->m_resv); in xfs_growfs_rt()
1149 mp->m_rsumip->i_disk_size = nmp->m_rsumsize; in xfs_growfs_rt()
1157 mp->m_rsumlevels != nmp->m_rsumlevels) { in xfs_growfs_rt()
1158 error = xfs_rtcopy_summary(mp, nmp, tp); in xfs_growfs_rt()
1184 error = xfs_rtfree_range(nmp, tp, sbp->sb_rextents, in xfs_growfs_rt()
1227 kmem_free(nmp); in xfs_growfs_rt()