Lines Matching defs:xvnode
196 struct xvnode { struct
197 size_t xv_size; /* sizeof(struct xvnode) */ argument
198 void *xv_vnode; /* address of real vnode */
199 u_long xv_flag; /* vnode vflags */
200 int xv_usecount; /* reference count of users */
201 int xv_writecount; /* reference count of writers */
202 int xv_holdcnt; /* page & buffer references */
203 u_long xv_id; /* capability identifier */
204 void *xv_mount; /* address of parent mount */
205 long xv_numoutput; /* num of writes in progress */
206 enum vtype xv_type; /* vnode type */
207 union {
215 } xv_un;