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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h109 * - Grab writers to add a new fnnode under fn_dirents and
119 * fnnode and sleeps.
123 * the ongoing operation on this fnnode to be done.
128 * fnnode and sleeps.
156 typedef struct fnnode { struct
172 struct fnnode *fn_parent;
173 struct fnnode *fn_next; /* sibling */
174 struct fnnode *fn_dirents; /* children */
175 struct fnnode *fn_trigger; /* pointer to next level */
183 kmutex_t fn_lock; /* protects the fnnode */
[all...]

Completed in 216 milliseconds