Searched refs:nmp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 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() 933 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local 1037 nmp = kmem_alloc(sizeof(*nmp), 0); in xfs_growfs_rt() 1051 *nmp = *mp; in xfs_growfs_rt() 1052 nsbp = &nmp->m_sb; in xfs_growfs_rt() 1072 xfs_trans_resv_calc(nmp, &nmp->m_resv); in xfs_growfs_rt() 1105 mp->m_rsumip->i_disk_size = nmp->m_rsumsize; in xfs_growfs_rt() 1113 mp->m_rsumlevels != nmp->m_rsumlevels) { in xfs_growfs_rt() 1114 error = xfs_rtcopy_summary(mp, nmp, tp); in xfs_growfs_rt() [all …]
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_dtree.c | 2093 struct metapage *nmp; in dtDelete() local 2126 nmp, PSIZE, np, rc); in dtDelete() 2136 DT_PUTPAGE(nmp); in dtDelete()
|