Home
last modified time | relevance | path

Searched refs:EXT2_BG_INODE_UNINIT (Results 1 – 15 of 15) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dcsum.c144 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT); in ext2fs_set_gdt_csum()
152 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT); in ext2fs_set_gdt_csum()
Drw_bitmaps.c108 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) in write_bitmaps()
274 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in read_bitmaps()
Dalloc.c87 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_uninit()
94 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in check_inode_uninit()
Dalloc_stats.c39 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_inode_alloc_stats2()
Dopenfs.c395 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_open2()
Dinitialize.c473 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT); in ext2fs_initialize()
Dext2_fs.h195 #define EXT2_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not initialized */ macro
Dinode.c437 (ext2fs_bg_flags_test(scan->fs, scan->current_group, EXT2_BG_INODE_UNINIT) in ext2fs_get_next_inode_full()
/external/e2fsprogs/e2fsck/
Dpass5.c593 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_bitmaps()
651 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in check_inode_bitmaps()
730 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT) in check_inode_bitmaps()
Dsuper.c655 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT); in check_super_block()
664 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) || in check_super_block()
668 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT); in check_super_block()
Dpass2.c983 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)) { in check_dir_block()
988 EXT2_BG_INODE_UNINIT); in check_dir_block()
/external/e2fsprogs/misc/
Ddumpe2fs.c126 print_bg_opt(bg_flags, EXT2_BG_INODE_UNINIT, "INODE_UNINIT", in print_bg_opts()
De2image.c415 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) && in mark_table_blocks()
445 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in mark_table_blocks()
/external/e2fsprogs/resize/
Dresize2fs.c538 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT); in adjust_fs_info()
1970 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
1987 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
/external/e2fsprogs/debugfs/
Ddebugfs.c402 print_bg_opts(current_fs, i, EXT2_BG_INODE_UNINIT, "Inode not init", in do_show_super_stats()