Searched defs:pcnode (Results 1 – 1 of 1) sorted by relevance
53 struct pcnode { struct 54 struct pcnode *pc_forw; /* active list ptrs, must be first */ argument 55 struct pcnode *pc_back; argument 57 struct vnode *pc_vn; /* vnode for pcnode */ argument 78 #define VTOPC(VP) ((struct pcnode *)((VP)->v_data)) argument [all...]