Searched defs:fnnode (Results 1 – 1 of 1) sorted by relevance
156 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 fn_globalsfnnode global() argument [all...]