Searched refs:nmp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.c | 103 xfs_mount_t *nmp, /* new file system mount point */ in xfs_rtcopy_summary() 128 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary() 905 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local 983 nmp = kmem_alloc(sizeof(*nmp), 0); in xfs_growfs_rt() 996 *nmp = *mp; in xfs_growfs_rt() 997 nsbp = &nmp->m_sb; in xfs_growfs_rt() 1011 nrsumlevels = nmp->m_rsumlevels = nsbp->sb_rextslog + 1; in xfs_growfs_rt() 1016 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt() 1048 mp->m_rsumip->i_d.di_size = nmp in xfs_growfs_rt() 101 xfs_rtcopy_summary( xfs_mount_t *omp, xfs_mount_t *nmp, xfs_trans_t *tp) xfs_rtcopy_summary() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_rtalloc.c | 103 xfs_mount_t *nmp, /* new file system mount point */ in xfs_rtcopy_summary() 128 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary() 934 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local 1036 nmp = kmem_alloc(sizeof(*nmp), 0); in xfs_growfs_rt() 1050 *nmp = *mp; in xfs_growfs_rt() 1051 nsbp = &nmp->m_sb; in xfs_growfs_rt() 1064 nrsumlevels = nmp->m_rsumlevels = nsbp->sb_rextslog + 1; in xfs_growfs_rt() 1069 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt() 1101 mp->m_rsumip->i_disk_size = nmp in xfs_growfs_rt() 101 xfs_rtcopy_summary( xfs_mount_t *omp, xfs_mount_t *nmp, xfs_trans_t *tp) xfs_rtcopy_summary() argument [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dtree.c | 2091 struct metapage *nmp; in dtDelete() local 2124 nmp, PSIZE, np, rc); in dtDelete() 2134 DT_PUTPAGE(nmp); in dtDelete()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dtree.c | 2091 struct metapage *nmp; in dtDelete() local 2124 nmp, PSIZE, np, rc); in dtDelete() 2134 DT_PUTPAGE(nmp); in dtDelete()
|
Completed in 12 milliseconds