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

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 39 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT);
alloc.c 87 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)))
94 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT);
csum.c 144 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT);
152 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT);
rw_bitmaps.c 108 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)
274 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) &&
initialize.c 473 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT);
openfs.c 395 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT);
ext2_fs.h 195 #define EXT2_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not initialized */
inode.c 437 (ext2fs_bg_flags_test(scan->fs, scan->current_group, EXT2_BG_INODE_UNINIT)
  /external/e2fsprogs/e2fsck/
pass5.c 593 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)))
651 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT);
730 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)
super.c 655 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT);
664 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) ||
668 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT);
pass2.c 983 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)) {
988 EXT2_BG_INODE_UNINIT);
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 126 print_bg_opt(bg_flags, EXT2_BG_INODE_UNINIT, "INODE_UNINIT",
e2image.c 415 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) &&
445 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) &&
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 538 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT);
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 402 print_bg_opts(current_fs, i, EXT2_BG_INODE_UNINIT, "Inode not init",
    [all...]

Completed in 334 milliseconds