Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass5.c110 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_INODE_UNINIT)) in check_inode_bitmap_checksum()
624 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_bitmaps()
682 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in check_inode_bitmaps()
761 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT) in check_inode_bitmaps()
Dreadahead.c197 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in e2fsck_readahead()
Dsuper.c714 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT); in check_super_block()
723 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) || in check_super_block()
727 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT); in check_super_block()
Dpass2.c1328 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)) { in check_dir_block()
1333 EXT2_BG_INODE_UNINIT); in check_dir_block()
Dpass1.c970 if (ext2fs_bg_flags_test(ctx->fs, grp, EXT2_BG_INODE_UNINIT)) in pass1_readahead()
/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c114 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) in write_bitmaps()
330 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in read_bitmaps()
Dalloc_stats.c40 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_inode_alloc_stats2()
Dalloc.c67 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_uninit()
74 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in check_inode_uninit()
Dcsum.c855 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT); in ext2fs_set_gdt_csum()
863 ext2fs_bg_flags_clear(fs, i, EXT2_BG_INODE_UNINIT); in ext2fs_set_gdt_csum()
Dopenfs.c456 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_open2()
Dinitialize.c523 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT); in ext2fs_initialize()
Dext2_fs.h202 #define EXT2_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not initialized */ macro
Dinode.c615 (ext2fs_bg_flags_test(scan->fs, scan->current_group, EXT2_BG_INODE_UNINIT) in ext2fs_get_next_inode_full()
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h195 #define EXT2_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not initialized */ macro
/external/e2fsprogs/misc/
De2image.c423 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) && in mark_table_blocks()
451 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in mark_table_blocks()
Ddumpe2fs.c128 print_bg_opt(bg_flags, EXT2_BG_INODE_UNINIT, "INODE_UNINIT", in print_bg_opts()
/external/e2fsprogs/resize/
Dresize2fs.c948 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_UNINIT); in adjust_fs_info()
2712 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
2729 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
/external/e2fsprogs/debugfs/
Ddebugfs.c485 print_bg_opts(current_fs, i, EXT2_BG_INODE_UNINIT, "Inode not init", in do_show_super_stats()