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

/macosx-10.9.5/autofs-234/autofs_kext/
H A Dautofs_kern.h117 struct fnnode *d_dirents;
152 * - Grab writers to add a new fnnode under fn_dirents and
164 typedef struct fnnode { struct
181 struct fnnode *fn_parent;
182 struct fnnode *fn_next; /* sibling */
184 lck_mtx_t *fn_lock; /* protects the fnnode */
193 #define vntofn(vp) ((struct fnnode *)(vnode_fsnode(vp)))
H A Dauto_subr.c286 * Build the subdirectory for this fnnode.
1626 struct fnnode *cfnp, **spp = NULL;
1661 * Put and recycle the vnode for the fnnode we
1664 * for the fnnode we found and, if that succeeded,
1666 * that fnnode, otherwise return the error we
1669 * We fetch the vnode from the fnnode we were
1672 * reclaimed, thus invalidating the fnnode at
1675 * We fetch the vnode and its vid from the fnnode
1678 * reclaimed, freeing the fnnode.
1709 * This fnnode wil
[all...]

Completed in 85 milliseconds