Home
last modified time | relevance | path

Searched refs:ext2_dx_root_info (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/debugfs/
Dhtree.c34 struct ext2_dx_root_info * rootnode, in htree_dump_leaf_node()
132 struct ext2_dx_root_info * rootnode,
138 struct ext2_dx_root_info * rootnode, in htree_dump_int_node()
157 remainder -= sizeof(struct ext2_dx_root_info) + 24; in htree_dump_int_node()
196 struct ext2_dx_root_info * rootnode, in htree_dump_int_block()
239 struct ext2_dx_root_info *rootnode; in do_htree_dump()
284 rootnode = (struct ext2_dx_root_info *) (buf + 24); in do_htree_dump()
/external/e2fsprogs/e2fsck/
Drehash.c583 static struct ext2_dx_root_info *set_root_node(ext2_filsys fs, char *buf, in set_root_node()
588 struct ext2_dx_root_info *root; in set_root_node()
611 root = (struct ext2_dx_root_info *) (buf+24); in set_root_node()
702 struct ext2_dx_root_info *root_info; in calculate_tree()
Dpass2.c576 struct ext2_dx_root_info *root; in parse_int_node()
588 root = (struct ext2_dx_root_info *) (block_buf + 24); in parse_int_node()
929 struct ext2_dx_root_info *root; in check_dir_block()
1099 root = (struct ext2_dx_root_info *) (buf + 24); in check_dir_block()
Dpass1.c2662 struct ext2_dx_root_info *root; in handle_htree()
2690 root = (struct ext2_dx_root_info *) (block_buf + 24); in handle_htree()
/external/e2fsprogs/lib/ext2fs/
Dcsum.c199 struct ext2_dx_root_info *root; in __get_dx_countlimit()
214 root = (struct ext2_dx_root_info *)(((char *)dp + 12)); in __get_dx_countlimit()
216 root->info_length != sizeof(struct ext2_dx_root_info)) in __get_dx_countlimit()
Dext2_fs.h227 struct ext2_dx_root_info { struct