Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c695 fnnode_t *rfnp, *fnp, *pfnp; in auto_unmount() local
713 rfnp = vntofn(rvp); in auto_unmount()
715 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) in auto_unmount()
723 myrootfnnodep = rfnp->fn_globals->fng_rootfnnodep; in auto_unmount()
728 if (fnp == rfnp) { in auto_unmount()
734 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) { in auto_unmount()
751 ASSERT(rfnp->fn_size == 1); in auto_unmount()
752 ASSERT(rfnp->fn_linkcnt == 1); in auto_unmount()
763 rfnp->fn_size--; in auto_unmount()
764 rfnp->fn_linkcnt--; in auto_unmount()
[all …]