Searched defs:dinode (Results 1 – 8 of 8) sorted by relevance
444 struct dinode { struct451 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 …]
99 struct dinode struct102 {106 di_un;
624 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()
544 di_node_t dinode; in run_list_ctlrs() local
75 struct dinode { struct94 struct dinode *b_dinode; /* inode block */ argument
277 struct dinode { struct278 union {281 } di_un;
1500 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()
961 uint32_t dinode; in inode_from_path() local