Searched refs:fnnode (Results 1 – 2 of 2) 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 */ argument197 #define vntofn(vp) ((struct fnnode *)((vp)->v_data)) argument
1528 struct fnnode *cfnp, **spp; in auto_enter()