Searched refs:nmp (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_rtalloc.c | 1083 xfs_mount_t *nmp, /* new file system mount point */ in xfs_rtcopy_summary() argument 1108 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary() 1846 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local 1918 nmp = kmem_alloc(sizeof(*nmp), KM_SLEEP); in xfs_growfs_rt() 1932 *nmp = *mp; in xfs_growfs_rt() 1933 nsbp = &nmp->m_sb; in xfs_growfs_rt() 1947 nrsumlevels = nmp->m_rsumlevels = nsbp->sb_rextslog + 1; in xfs_growfs_rt() 1952 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt() 1958 XFS_GROWRTFREE_LOG_RES(nmp), 0, 0, 0))) in xfs_growfs_rt() 1980 mp->m_rsumip->i_d.di_size = nmp->m_rsumsize; in xfs_growfs_rt() [all …]
|
/linux-3.4.99/fs/jfs/ |
D | jfs_dtree.c | 2098 struct metapage *nmp; in dtDelete() local 2131 nmp, PSIZE, np, rc); in dtDelete() 2141 DT_PUTPAGE(nmp); in dtDelete()
|