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,
111 struct ext2_dx_root_info * rootnode,
117 struct ext2_dx_root_info * rootnode,
160 struct ext2_dx_root_info * rootnode,
204 struct ext2_dx_root_info *rootnode;
271 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 525 struct ext2_dx_root_info *root;
536 root = (struct ext2_dx_root_info *) (block_buf + 24);
725 struct ext2_dx_root_info *root;
811 root = (struct ext2_dx_root_info *) (buf + 24);
    [all...]
pass1.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 191 struct ext2_dx_root_info { struct

Completed in 108 milliseconds