Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c1170 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()
[all …]
/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c2075 struct metapage *nmp; in dtDelete() local
2108 nmp, PSIZE, np, rc); in dtDelete()
2118 DT_PUTPAGE(nmp); in dtDelete()