Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c698 fnnode_t *rfnp, *fnp, *pfnp; in auto_unmount() local
716 rfnp = vntofn(rvp); in auto_unmount()
718 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) in auto_unmount()
726 myrootfnnodep = rfnp->fn_globals->fng_rootfnnodep; in auto_unmount()
731 if (fnp == rfnp) { in auto_unmount()
737 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) { in auto_unmount()
754 ASSERT(rfnp->fn_size == 1); in auto_unmount()
755 ASSERT(rfnp->fn_linkcnt == 1); in auto_unmount()
766 rfnp->fn_size--; in auto_unmount()
767 rfnp->fn_linkcnt--; in auto_unmount()
[all …]