| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| ldi.c | 297 mdb_printf("%?s %10s %5s %?s ", "VNODE", "DRV", "MINOR", "EVENTS"); 309 vnode_t vnode; local 326 /* display the vnode */ 329 /* read in the vnode associated with the handle */ 331 if (mdb_vread(&vnode, sizeof (vnode_t), addr) == -1) { 332 mdb_warn("couldn't read vnode at %p", addr); 337 if ((name = mdb_major_to_name(getmajor(vnode.v_rdev))) == NULL) { 344 mdb_printf("%5d ", getminor(vnode.v_rdev));
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| shcmd.h | 66 Namval_t *vnode; member in struct:Shbltin_s
|
| /onnv/onnv-gate/usr/src/lib/libast/common/include/ |
| shcmd.h | 57 Namval_t *vnode; member in struct:Shbltin_s
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| shcmd.h | 66 Namval_t *vnode; member in struct:Shbltin_s
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| shcmd.h | 66 Namval_t *vnode; member in struct:Shbltin_s
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| shcmd.h | 66 Namval_t *vnode; member in struct:Shbltin_s
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| fem.h | 38 #include <sys/vnode.h> 55 * vnode or vfs by intercepting the vnode/vfs operations. The framework enables 65 * vnode -> fem_head. 66 * There can only be one fem_head for a vnode. 68 * or the vnode expires. 74 * reach thier list by vnode->fem_head->fem_list->list[n] == mod; 76 * fem_arg -> vnode, &vnode. 113 vnodeops_t *vnode; member in union:fem_node::__anon6909 [all...] |
| vnode.h | 62 * Statistics for all vnode operations. 124 * The vnode is the focus of all file activity in UNIX. 125 * A vnode is allocated for each active file, each current 128 * Each vnode is usually associated with a file-system-specific node (for 129 * UFS, this is the in-memory inode). Generally, a vnode and an fs-node 132 * If a vnode is reused for a new file, it should be reinitialized by calling 135 * vn_reinit() resets the entire vnode as if it was returned by vn_alloc(). 136 * The caller is responsible for setting up the entire vnode after calling 137 * vn_reinit(). This is important when using kmem caching where the vnode is 141 * the vnode and the associated FS-node. In UFS, for example, the inode o 225 typedef struct vnode { struct [all...] |
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| acctctl.c | 35 #include <sys/vnode.h> 263 * their vnode pointers. 312 vnode_t *vnode; local 317 vnode = info->ac_vnode; 319 if (file == NULL || vnode == NULL) {
|
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7curi.h | 120 vnode_t *vnode; /* Data in vnode */ member in union:uri_rd_s::__anon4747 167 vnode_t *vp; /* Vnode mapped */
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/smbsrv/ |
| smbsrv.c | 682 mdb_warn("failed to read vnode at %p", sf->sv_rootvp); 697 "SMB_VFS", "REFCNT", "VFS", "VNODE", "ROOT"); 1302 vnode_t vnode; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
| dtrace.c | 1523 vnode_t vnode; local 2532 vnode_t vnode; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/ |
| zfs_context.h | 344 typedef struct vnode { struct
|