Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dvnode.h228 typedef struct vnode { struct
229 kmutex_t v_lock; /* protects vnode fields */ argument
230 uint_t v_flag; /* vnode flags (see below) */ argument
235 enum vtype v_type; /* vnode type */ argument
241 struct vnodeops *v_op; /* vnode operations */ argument
242 struct page *v_pages; /* vnode pages list */ argument
257 struct vsd_node *v_vsd; /* vnode specific data */ argument
258 struct vnode *v_xattrdir; /* unnamed extended attr dir (GFS) */ argument
266 /* Count of low-order 0 bits in a vnode *, based on size and alignment. */ argument
H A Dfem.h113 vnodeops_t *vnode; member
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h229 typedef struct vnode { struct
230 kmutex_t v_lock; /* protects vnode fields */ argument
231 uint_t v_flag; /* vnode flags (see below) */ argument
236 enum vtype v_type; /* vnode type */ argument
245 struct vnode *v_xattrdir; /* unnamed extended attr dir (GFS) */ argument
259 /* Count of low-order 0 bits in a vnode *, based on size and alignment. */ argument
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h66 Namval_t *vnode; member
/titanic_41/usr/src/lib/libast/common/include/
H A Dshcmd.h57 Namval_t *vnode; member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h66 Namval_t *vnode; member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h66 Namval_t *vnode; member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h66 Namval_t *vnode; member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c309 vnode_t vnode; in ldi_handle_print() local
H A Dgcore.c495 mdb_vnode_t vnode; in gcore_vnode_size() local
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h399 typedef struct vnode { struct
404 } vnode_t; argument
/titanic_41/usr/src/uts/common/syscall/
H A Dacctctl.c312 vnode_t *vnode; in ac_file_get() local
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h118 vnode_t *vnode; /* Data in vnode */ member
/titanic_41/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1594 vnode_t vnode; in dtrace_state_file() local
2613 vnode_t vnode; in pid2state_file() local
/titanic_41/usr/src/uts/common/vm/
H A Dvm_usage.c991 vmu_vnode_update_incore_bounds(avl_tree_t *tree, vnode_t *vnode, in vmu_vnode_update_incore_bounds()
/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1535 vnode_t vnode; in smb_dcmd_node() local
/titanic_41/usr/src/uts/common/os/
H A Dcontract.c866 contract_vnode_set(contract_t *ct, contract_vnode_t *ctv, vnode_t *vnode) in contract_vnode_set()
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c3107 void (*callback)(struct vnode *)) in devname_inactive_func()