Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h103 struct vnode { struct
108 enum vtype v_type:8; /* u vnode type */ argument
112 struct vop_vector *v_op; /* u vnode operations vector */ argument
119 TAILQ_ENTRY(vnode) v_nmntvnodes; /* m vnodes for mount point */ argument
132 * vfs_hash: (mount + inode) -> vnode hash. The hash value argument
149 struct lock *v_vnlock; /* u pointer to vnode lock */ argument
162 struct label *v_label; /* MAC label for vnode */ argument
176 u_short v_iflag; /* i vnode flags (see below) */ argument
177 u_short v_vflag; /* v vnode flags */ argument
178 u_short v_mflag; /* l mnt-specific vnode flags */ argument
[all …]
/f-stack/lib/include/sys/
H A Dvnode.h45 struct vnode { struct
48 u_long v_vflag; /* v vnode flags */ argument
55 vn_lock(struct vnode *vp, int flags) in vn_lock() argument
/f-stack/freebsd/kern/
H A Dvfs_subr.c1931 void (*dtr)(struct vnode *, void *), void *dtr_arg) in insmntque1() argument
4235 DB_SHOW_COMMAND(vnode, db_show_vnode) in DB_SHOW_COMMAND() argument