Searched refs:fng_rootfnnodep (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vfsops.c193 fngp->fng_rootfnnodep = fnp;
628 lck_rw_lock_exclusive(fngp->fng_rootfnnodep->fn_rwlock);
629 rootfnp->fn_parent = fngp->fng_rootfnnodep;
630 /*fngp->fng_rootfnnodep does not have an associated vp */
632 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents;
633 fngp->fng_rootfnnodep->fn_dirents = rootfnp;
634 lck_rw_unlock_exclusive(fngp->fng_rootfnnodep->fn_rwlock);
915 myrootfnnodep = rfnp->fn_globals->fng_rootfnnodep;
1319 lck_rw_lock_shared(fngp->fng_rootfnnodep->fn_rwlock);
1320 for (fnp = fngp->fng_rootfnnodep
[all...]
H A Dautofs_kern.h207 fnnode_t *fng_rootfnnodep; member in struct:autofs_globals
H A Dauto_vnops.c370 if (pdfnp == pdfnp->fn_globals->fng_rootfnnodep) {
H A Dauto_subr.c316 if (parentp == fngp->fng_rootfnnodep)

Completed in 147 milliseconds