Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1011 fnnode_t *newfnp, *mfnp; in auto_perform_actions() local
1138 error = auto_search(dfnp, mntpnt, &mfnp, cred); in auto_perform_actions()
1143 if (vn_mountedvfs(fntovn(mfnp)) != NULL) { in auto_perform_actions()
1146 " mfnp=%p covered", (void *)mfnp); in auto_perform_actions()
1153 error = auto_enter(dfnp, mntpnt, &mfnp, cred); in auto_perform_actions()
1154 ASSERT(mfnp->fn_linkcnt == 1); in auto_perform_actions()
1155 mfnp->fn_linkcnt++; in auto_perform_actions()
1165 mvp = fntovn(mfnp); in auto_perform_actions()
1241 mfnp = vntofn(mvp); in auto_perform_actions()
1242 mutex_enter(&mfnp->fn_lock); in auto_perform_actions()
[all …]
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c563 pfn_t *mfnp) in do_va2pa() argument
645 if (mfnp != NULL) in do_va2pa()
646 *mfnp = pte2mfn(pte, level); in do_va2pa()