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

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dautofs_kern.h120 #define fn_dirents fn_u.d.d_dirents macro
144 * Protects: fn_dirents
149 * under fn_dirents.
151 * pointed to by fn_dirents, fn_next, and fn_parent.
152 * - Grab writers to add a new fnnode under fn_dirents and
153 * to remove a node pointed to by fn_dirents or fn_next.
H A Dauto_vfsops.c632 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents;
633 fngp->fng_rootfnnodep->fn_dirents = rootfnp;
714 if (fnp->fn_dirents != NULL)
902 if (vnode_isinuse(rvp, 1) || rfnp->fn_dirents != NULL) {
918 fnp = myrootfnnodep->fn_dirents;
926 if (vnode_isinuse(rvp, 1) || rfnp->fn_dirents != NULL) {
934 myrootfnnodep->fn_dirents = fnp->fn_next;
1320 for (fnp = fngp->fng_rootfnnodep->fn_dirents;
H A Dauto_subr.c1515 assert(!vnode_isdir(vp) || fnp->fn_dirents == NULL);
1573 fnpp = &dfnp->fn_dirents;
1659 cfnp = dfnp->fn_dirents;
1669 spp = &dfnp->fn_dirents;
1801 for (p = dfnp->fn_dirents; p != NULL; p = p->fn_next) {
H A Dauto_vnops.c925 cfnp = fnp->fn_dirents;
932 * which should keep its fn_dirents list from changing

Completed in 194 milliseconds