Searched defs:xvnode (Results 1 – 1 of 1) sorted by relevance
188 struct xvnode { struct189 size_t xv_size; /* sizeof(struct xvnode) */ argument190 void *xv_vnode; /* address of real vnode */191 u_long xv_flag; /* vnode vflags */192 int xv_usecount; /* reference count of users */194 int xv_holdcnt; /* page & buffer references */195 u_long xv_id; /* capability identifier */196 void *xv_mount; /* address of parent mount */198 enum vtype xv_type; /* vnode type */199 union {[all …]