Home
last modified time | relevance | path

Searched defs:dinode (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Djfs.h444 struct dinode { struct
451 u32 di_inostamp; /* 4: stamp to show inode belongs to fileset */
452 s32 di_fileset; /* 4: fileset number */
453 u32 di_number; /* 4: inode number, aka file serial number */
454 u32 di_gen; /* 4: inode generation number */
456 pxd_t di_ixpxd; /* 8: inode extent descriptor */
458 s64 di_size; /* 8: size */
459 s64 di_nblocks; /* 8: number of blocks allocated */
461 u32 di_nlink; /* 4: number of links to the object */
463 u32 di_uid; /* 4: user id of owner */
[all …]
H A Ddisk_inode.h99 struct dinode struct
102 {
106 di_un;
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c624 get_nclients(di_node_t dinode, void *arg) in get_nclients()
640 is_client(di_node_t dinode) in is_client()
760 build_groups(di_node_t dinode, void *arg) in build_groups()
958 get_rsrcname(di_node_t dinode) in get_rsrcname()
/titanic_44/usr/src/cmd/devctl/
H A Ddevctl.c544 di_node_t dinode; in run_list_ctlrs() local
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h75 struct dinode { struct
94 struct dinode *b_dinode; /* inode block */ argument
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_inode.h277 struct dinode { struct
278 union {
281 } di_un;
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1500 construct_openprom_tree(picl_nodehdl_t nodeh, di_node_t dinode) in construct_openprom_tree()
1535 di_node_t dinode, char *parent_class) in construct_devinfo_tree()
1586 update_subtree(picl_nodehdl_t nodeh, di_node_t dinode) in update_subtree()
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c961 uint32_t dinode; in inode_from_path() local