Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dvnode.h188 struct xvnode { struct
189 size_t xv_size; /* sizeof(struct xvnode) */ argument
190 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 …]