Home | History | Annotate | Download | only in debugfs

Lines Matching refs:rootnode

34 				 struct ext2_dx_root_info * rootnode,
67 hash_alg = rootnode->hash_version;
130 struct ext2_dx_root_info * rootnode,
136 struct ext2_dx_root_info * rootnode,
154 if (ent == (struct ext2_dx_entry *)(rootnode + 1))
182 htree_dump_int_block(fs, ino, inode, rootnode,
185 htree_dump_leaf_node(fs, ino, inode, rootnode,
194 struct ext2_dx_root_info * rootnode,
221 htree_dump_int_node(fs, ino, inode, rootnode,
236 struct ext2_dx_root_info *rootnode;
281 rootnode = (struct ext2_dx_root_info *) (buf + 24);
284 fprintf(pager, "\t Reserved zero: %u\n", rootnode->reserved_zero);
285 fprintf(pager, "\t Hash Version: %d\n", rootnode->hash_version);
286 fprintf(pager, "\t Info length: %d\n", rootnode->info_length);
287 fprintf(pager, "\t Indirect levels: %d\n", rootnode->indirect_levels);
288 fprintf(pager, "\t Flags: %d\n", rootnode->unused_flags);
290 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length);
292 htree_dump_int_node(current_fs, ino, &inode, rootnode, ent,
294 rootnode->indirect_levels);