Searched defs:fnnode (Results 1 – 1 of 1) sorted by relevance
156 typedef struct fnnode { struct172 struct fnnode *fn_parent; argument173 struct fnnode *fn_next; /* sibling */ argument174 struct fnnode *fn_dirents; /* children */ argument175 struct fnnode *fn_trigger; /* pointer to next level */ argument183 kmutex_t fn_lock; /* protects the fnnode */ argument197 #define vntofn(vp) ((struct fnnode *)((vp)->v_data)) argument