Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h196 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 */
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 …]