Searched defs:xvnode (Results 1 – 1 of 1) sorted by relevance
196 struct xvnode { struct197 size_t xv_size; /* sizeof(struct xvnode) */ argument198 void *xv_vnode; /* address of real vnode */199 u_long xv_flag; /* vnode vflags */200 int xv_usecount; /* reference count of users */202 int xv_holdcnt; /* page & buffer references */203 u_long xv_id; /* capability identifier */204 void *xv_mount; /* address of parent mount */206 enum vtype xv_type; /* vnode type */207 union {[all …]