Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dvnode.h187 struct xvnode { struct
188 size_t xv_size; /* sizeof(struct xvnode) */ argument
189 void *xv_vnode; /* address of real vnode */
190 u_long xv_flag; /* vnode vflags */
191 int xv_usecount; /* reference count of users */
192 int xv_writecount; /* reference count of writers */
193 int xv_holdcnt; /* page & buffer references */
194 u_long xv_id; /* capability identifier */
195 void *xv_mount; /* address of parent mount */
196 long xv_numoutput; /* num of writes in progress */
[all …]