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

  /external/e2fsprogs/lib/ext2fs/
alloc_sb.c 52 ext2fs_super_and_bgd_loc2(fs, group, &super_blk,
closefs.c 58 * ext2fs_super_and_bgd_loc2()
71 errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs, function
141 * The ext2fs_super_and_bgd_loc2() function is 64-bit block number
159 ext2fs_super_and_bgd_loc2(fs, group, &ret_super_blk2,
380 ext2fs_super_and_bgd_loc2(fs, i, &super_blk, &old_desc_blk,
ext2fs.h 1000 extern errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs,
    [all...]
  /external/e2fsprogs/e2fsck/
readahead.c 167 err = ext2fs_super_and_bgd_loc2(fs, i, &super, &old_gdt,
  /external/e2fsprogs/resize/
resize2fs.c 380 retval = ext2fs_super_and_bgd_loc2(rfs->old_fs, i, &b, &c, &d,
391 retval = ext2fs_super_and_bgd_loc2(rfs->new_fs, i, &b, &c, &d,
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 195 ext2fs_super_and_bgd_loc2(fs, i, &super_blk,
tune2fs.c 946 retval = ext2fs_super_and_bgd_loc2(fs, i, &b, &c, &d, NULL);
    [all...]

Completed in 76 milliseconds