Searched defs:vnode (Results 1 – 3 of 3) sorted by relevance
103 struct vnode { struct108 enum vtype v_type:8; /* u vnode type */ argument112 struct vop_vector *v_op; /* u vnode operations vector */ argument119 TAILQ_ENTRY(vnode) v_nmntvnodes; /* m vnodes for mount point */ argument132 * vfs_hash: (mount + inode) -> vnode hash. The hash value argument149 struct lock *v_vnlock; /* u pointer to vnode lock */ argument162 struct label *v_label; /* MAC label for vnode */ argument176 u_short v_iflag; /* i vnode flags (see below) */ argument177 u_short v_vflag; /* v vnode flags */ argument178 u_short v_mflag; /* l mnt-specific vnode flags */ argument[all …]
45 struct vnode { struct48 u_long v_vflag; /* v vnode flags */ argument55 vn_lock(struct vnode *vp, int flags) in vn_lock() argument
1931 void (*dtr)(struct vnode *, void *), void *dtr_arg) in insmntque1() argument4235 DB_SHOW_COMMAND(vnode, db_show_vnode) in DB_SHOW_COMMAND() argument