Searched refs:rootfnp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vfsops.c332 fnnode_t *rootfnp = NULL; local
603 error = auto_makefnnode(&rootfnp, node_type, mp, NULL, "", NULL,
607 myrootvp = fntovn(rootfnp);
609 rootfnp->fn_mode = AUTOFS_MODE;
610 rootfnp->fn_parent = rootfnp;
612 rootfnp->fn_linkcnt = 1;
627 rootfnp->fn_parent = fngp->fng_rootfnnodep;
628 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents;
629 fngp->fng_rootfnnodep->fn_dirents = rootfnp;
[all...]
H A Dauto_subr.c272 fnnode_t *rootfnp, *stopfnp = NULL; local
282 rootfnp = vntofn(fnip->fi_rootvp);
283 fngp = rootfnp->fn_globals;
306 stopfnp = rootfnp;

Completed in 127 milliseconds