Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dvnode.h97 struct vnode { struct
103 struct vop_vector *v_op; /* u vnode operations vector */ argument
110 TAILQ_ENTRY(vnode) v_nmntvnodes; /* m vnodes for mount point */ argument
124 * vfs_hash: (mount + inode) -> vnode hash. The hash value argument
134 struct namecache *v_cache_dd; /* c Cache entry for .. vnode */ argument
141 struct lock *v_vnlock; /* u pointer to vnode lock */ argument
153 struct label *v_label; /* MAC label for vnode */ argument
167 u_int v_iflag; /* i vnode flags (see below) */ argument
168 u_int v_vflag; /* v vnode flags */ argument
171 enum vtype v_type; /* u vnode type */ argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
DKQueue.cpp63 KQueue::AddFDEvent (int fd, bool read, bool write, bool vnode) in AddFDEvent()
/freebsd-10-stable/contrib/gcc/
Dcgraphunit.c1016 struct cgraph_varpool_node *vnode; in process_function_and_variable_attributes() local
1450 struct cgraph_varpool_node *vnode; in cgraph_function_and_variable_visibility() local
1648 struct cgraph_varpool_node *vnode; in cgraph_increase_alignment() local
Dipa-reference.c774 analyze_variable (struct cgraph_varpool_node *vnode) in analyze_variable()
896 struct cgraph_varpool_node *vnode; in static_execute() local
Dipa-type-escape.c1340 analyze_variable (struct cgraph_varpool_node *vnode) in analyze_variable()
1677 struct cgraph_varpool_node *vnode; in type_escape_execute() local
Dvarasm.c4803 struct cgraph_varpool_node *vnode = NULL; in find_decl_and_mark_needed() local
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
Dzfs_context.h434 typedef struct vnode { struct
439 } vnode_t; argument
/freebsd-10-stable/sys/dev/md/
Dmd.c220 struct vnode *vnode; member
/freebsd-10-stable/sys/kern/
Dvfs_subr.c1301 void (*dtr)(struct vnode *, void *), void *dtr_arg) in insmntque1() argument
3139 DB_SHOW_COMMAND(vnode, db_show_vnode) in DB_SHOW_COMMAND() argument
/freebsd-10-stable/lib/libprocstat/
Dlibprocstat.c1239 struct vnode vnode; in procstat_get_vnode_info_kvm() local