Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c655 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents; in auto_mount()
656 fngp->fng_rootfnnodep->fn_dirents = rootfnp; in auto_mount()
715 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) in auto_unmount()
726 fnp = myrootfnnodep->fn_dirents; in auto_unmount()
734 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) { in auto_unmount()
741 myrootfnnodep->fn_dirents = fnp->fn_next; in auto_unmount()
H A Dauto_subr.c1061 ASSERT(dfnp->fn_dirents == NULL); in auto_perform_actions()
1072 ASSERT(dfnp->fn_dirents == NULL); in auto_perform_actions()
1444 ASSERT(fnp->fn_dirents == NULL); in auto_freefnnode()
1498 fnpp = &dfnp->fn_dirents; in auto_disconnect()
1537 cfnp = dfnp->fn_dirents; in auto_enter()
1542 spp = &dfnp->fn_dirents; in auto_enter()
1624 for (p = dfnp->fn_dirents; p != NULL; p = p->fn_next) { in auto_search()
1749 #define DEEPER(x) (((x)->fn_dirents != NULL) || \
2066 for (fnp = rootfnp->fn_dirents; fnp != NULL; fnp = nfnp) { in unmount_autofs()
2068 ASSERT(fnp->fn_dirents == NULL); in unmount_autofs()
[all …]
H A Dauto_vnops.c479 if (dfnp->fn_dirents) { in auto_lookup()
522 } else if ((dfnp->fn_dirents == NULL) && in auto_lookup()
1142 cfnp = fnp->fn_dirents; in auto_readdir()
1206 (fnp->fn_dirents == NULL))) { in auto_readdir()
1462 ASSERT(fnp->fn_dirents == NULL); in auto_trigger_mount()
1481 if ((fnp->fn_dirents == NULL) && in auto_trigger_mount()
1493 ((fnip->fi_flags & MF_DIRECT) && (fnp->fn_dirents == NULL))) { in auto_trigger_mount()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dautofs.h174 struct fnnode *fn_dirents; /* children */ member