Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c658 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents; in auto_mount()
659 fngp->fng_rootfnnodep->fn_dirents = rootfnp; in auto_mount()
718 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) in auto_unmount()
729 fnp = myrootfnnodep->fn_dirents; in auto_unmount()
737 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) { in auto_unmount()
744 myrootfnnodep->fn_dirents = fnp->fn_next; in auto_unmount()
H A Dauto_subr.c1063 ASSERT(dfnp->fn_dirents == NULL); in auto_perform_actions()
1074 ASSERT(dfnp->fn_dirents == NULL); in auto_perform_actions()
1446 ASSERT(fnp->fn_dirents == NULL); in auto_freefnnode()
1500 fnpp = &dfnp->fn_dirents; in auto_disconnect()
1539 cfnp = dfnp->fn_dirents; in auto_enter()
1544 spp = &dfnp->fn_dirents; in auto_enter()
1626 for (p = dfnp->fn_dirents; p != NULL; p = p->fn_next) { in auto_search()
1751 #define DEEPER(x) (((x)->fn_dirents != NULL) || \
2070 ASSERT(fnp->fn_dirents == NULL); in unmount_autofs()
2402 if ((nextfnp = currfnp->fn_dirents) != NULL) { in unmount_subtree()
[all …]
H A Dauto_vnops.c480 if (dfnp->fn_dirents) { in auto_lookup()
523 } else if ((dfnp->fn_dirents == NULL) && in auto_lookup()
1143 cfnp = fnp->fn_dirents; in auto_readdir()
1207 (fnp->fn_dirents == NULL))) { in auto_readdir()
1464 ASSERT(fnp->fn_dirents == NULL); in auto_trigger_mount()
1483 if ((fnp->fn_dirents == NULL) && in auto_trigger_mount()
1495 ((fnip->fi_flags & MF_DIRECT) && (fnp->fn_dirents == NULL))) { in auto_trigger_mount()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h174 struct fnnode *fn_dirents; /* children */ member