Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1013 fnnode_t *newfnp, *mfnp; in auto_perform_actions() local
1140 error = auto_search(dfnp, mntpnt, &mfnp, cred); in auto_perform_actions()
1145 if (vn_mountedvfs(fntovn(mfnp)) != NULL) { in auto_perform_actions()
1148 " mfnp=%p covered", (void *)mfnp); in auto_perform_actions()
1156 ASSERT(mfnp->fn_linkcnt == 1); in auto_perform_actions()
1157 mfnp->fn_linkcnt++; in auto_perform_actions()
1167 mvp = fntovn(mfnp); in auto_perform_actions()
1243 mfnp = vntofn(mvp); in auto_perform_actions()
1244 mutex_enter(&mfnp->fn_lock); in auto_perform_actions()
1245 mfnp->fn_flags |= MF_IK_MOUNT; in auto_perform_actions()
[all …]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c540 pfn_t *mfnp) in do_va2pa() argument
622 if (mfnp != NULL) in do_va2pa()
623 *mfnp = pte2mfn(pte, level); in do_va2pa()