Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h156 typedef struct fnnode { struct
172 struct fnnode *fn_parent; argument
173 struct fnnode *fn_next; /* sibling */ argument
174 struct fnnode *fn_dirents; /* children */ argument
175 struct fnnode *fn_trigger; /* pointer to next level */ argument
183 kmutex_t fn_lock; /* protects the fnnode */ argument
197 #define vntofn(vp) ((struct fnnode *)((vp)->v_data)) argument