HomeSort by relevance Sort by last modified time
    Searched refs:ext2_dx_root_info (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/debugfs/
htree.c 33 struct ext2_dx_root_info * rootnode,
110 struct ext2_dx_root_info * rootnode,
116 struct ext2_dx_root_info * rootnode,
159 struct ext2_dx_root_info * rootnode,
201 struct ext2_dx_root_info *rootnode;
246 rootnode = (struct ext2_dx_root_info *) (buf + 24);
  /external/e2fsprogs/e2fsck/
rehash.c 489 static struct ext2_dx_root_info *set_root_node(ext2_filsys fs, char *buf,
493 struct ext2_dx_root_info *root;
513 root = (struct ext2_dx_root_info *) (buf+24);
554 struct ext2_dx_root_info *root_info;
pass2.c 531 struct ext2_dx_root_info *root;
542 root = (struct ext2_dx_root_info *) (block_buf + 24);
730 struct ext2_dx_root_info *root;
816 root = (struct ext2_dx_root_info *) (buf + 24);
    [all...]
pass1.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 211 struct ext2_dx_root_info { struct

Completed in 351 milliseconds