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

/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h107 * - Grab writers to add a new fnnode under fn_dirents and
117 * fnnode and sleeps.
121 * the ongoing operation on this fnnode to be done.
126 * fnnode and sleeps.
154 typedef struct fnnode { struct
170 struct fnnode *fn_parent;
171 struct fnnode *fn_next; /* sibling */
172 struct fnnode *fn_dirents; /* children */
173 struct fnnode *fn_trigger; /* pointer to next level */
181 kmutex_t fn_lock; /* protects the fnnode */
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1528 struct fnnode *cfnp, **spp;

Completed in 102 milliseconds