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 31 struct ext2_dx_root_info * rootnode,
98 struct ext2_dx_root_info * rootnode,
104 struct ext2_dx_root_info * rootnode,
147 struct ext2_dx_root_info * rootnode,
190 struct ext2_dx_root_info *rootnode;
250 rootnode = (struct ext2_dx_root_info *) (buf + 24);
  /external/e2fsprogs/e2fsck/
rehash.c 464 static struct ext2_dx_root_info *set_root_node(ext2_filsys fs, char *buf,
468 struct ext2_dx_root_info *root;
488 root = (struct ext2_dx_root_info *) (buf+24);
529 struct ext2_dx_root_info *root_info;
pass2.c 530 struct ext2_dx_root_info *root;
541 root = (struct ext2_dx_root_info *) (block_buf + 24);
719 struct ext2_dx_root_info *root;
804 root = (struct ext2_dx_root_info *) (buf + 24);
    [all...]
pass1.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 189 struct ext2_dx_root_info { struct

Completed in 55 milliseconds