Searched refs:nmp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_rtalloc.c | 112 xfs_mount_t *nmp, /* new file system mount point */ in xfs_rtcopy_summary() argument 137 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary() 892 xfs_mount_t *nmp; /* new (fake) mount structure */ in xfs_growfs_rt() local 964 nmp = kmem_alloc(sizeof(*nmp), KM_SLEEP); in xfs_growfs_rt() 978 *nmp = *mp; in xfs_growfs_rt() 979 nsbp = &nmp->m_sb; in xfs_growfs_rt() 993 nrsumlevels = nmp->m_rsumlevels = nsbp->sb_rextslog + 1; in xfs_growfs_rt() 998 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt() 1027 mp->m_rsumip->i_d.di_size = nmp->m_rsumsize; in xfs_growfs_rt() 1034 mp->m_rsumlevels != nmp->m_rsumlevels) { in xfs_growfs_rt() [all …]
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 785 u8 nmp, nsp, nmw, nsw, rev; in brcmf_chip_dmp_erom_scan() local 811 nmp = (val & DMP_COMP_NUM_MPORT) >> DMP_COMP_NUM_MPORT_S; in brcmf_chip_dmp_erom_scan()
|
/linux-4.1.27/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()
|