Lines Matching refs:mfnp
1013 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()
1155 error = auto_enter(dfnp, mntpnt, &mfnp, cred); 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()
1246 mutex_exit(&mfnp->fn_lock); in auto_perform_actions()