Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_node.h53 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