Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_rtalloc.c1092 xfs_mount_t *nmp, /* new file system mount point */ in xfs_rtcopy_summary() argument
1117 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary()
1855 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local
1927 nmp = kmem_alloc(sizeof(*nmp), KM_SLEEP); in xfs_growfs_rt()
1941 *nmp = *mp; in xfs_growfs_rt()
1942 nsbp = &nmp->m_sb; in xfs_growfs_rt()
1956 nrsumlevels = nmp->m_rsumlevels = nsbp->sb_rextslog + 1; in xfs_growfs_rt()
1961 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt()
1967 XFS_GROWRTFREE_LOG_RES(nmp), 0, 0, 0))) in xfs_growfs_rt()
1989 mp->m_rsumip->i_d.di_size = nmp->m_rsumsize; in xfs_growfs_rt()
[all …]
/linux-2.6.39/drivers/staging/brcm80211/util/
Daiutils.c148 u32 cia, cib, cid, mfg, crev, nmw, nsw, nmp, nsp; in ai_scan() local
177 nmp = (cib & CIB_NMP_MASK) >> CIB_NMP_SHIFT; in ai_scan()
180 …%p, with nmw = %d, " "nsw = %d, nmp = %d & nsp = %d\n", mfg, cid, crev, base, nmw, nsw, nmp, nsp)); in ai_scan()
202 for (i = 0; i < nmp; i++) { in ai_scan()
/linux-2.6.39/fs/jfs/
Djfs_dtree.c2098 struct metapage *nmp; in dtDelete() local
2131 nmp, PSIZE, np, rc); in dtDelete()
2141 DT_PUTPAGE(nmp); in dtDelete()