Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c161 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table()
194 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table()
244 EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table()
Dalloc_stats.c77 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_block_alloc_stats2()
140 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_block_alloc_stats_range()
Drw_bitmaps.c72 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) in write_bitmaps()
168 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) in mark_uninit_bg_group_blocks()
299 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in read_bitmaps()
Dalloc.c46 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in ext2fs_clear_block_uninit()
51 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_clear_block_uninit()
76 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in check_inode_uninit()
Dopenfs.c473 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_open2()
Dinitialize.c524 EXT2_BG_BLOCK_UNINIT); in ext2fs_initialize()
Dext2_fs.h212 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */ macro
Dcsum.c853 ext2fs_bg_flags_set(fs, i, EXT2_BG_BLOCK_UNINIT); in ext2fs_set_gdt_csum()
/external/e2fsprogs/e2fsck/
Dsuper.c866 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block()
875 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) || in check_super_block()
879 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block()
888 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) { in check_super_block()
890 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block()
Dpass5.c162 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_BLOCK_UNINIT)) in check_block_bitmap_checksum()
434 EXT2_BG_BLOCK_UNINIT)) { in check_block_bitmaps()
441 EXT2_BG_BLOCK_UNINIT); in check_block_bitmaps()
Dreadahead.c189 !ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in e2fsck_readahead()
/external/e2fsprogs/resize/
Dresize2fs.c167 EXT2_BG_BLOCK_UNINIT); in resize_fs()
593 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT))) in fix_uninit_block_bitmaps()
959 ext2fs_bg_flags_set(fs, i, EXT2_BG_BLOCK_UNINIT); in adjust_fs_info()
1239 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) { in mark_fs_metablock()
1337 ext2fs_bg_flags_test(old_fs, g, EXT2_BG_BLOCK_UNINIT)) { in blocks_to_move()
2812 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats()
2848 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats()
/external/e2fsprogs/misc/
Ddumpe2fs.c130 print_bg_opt(bg_flags, EXT2_BG_BLOCK_UNINIT, "BLOCK_UNINIT", in print_bg_opts()
De2image.c450 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in mark_table_blocks()
/external/e2fsprogs/debugfs/
Ddebugfs.c505 print_bg_opts(current_fs, i, EXT2_BG_BLOCK_UNINIT, "Block not init", in do_show_super_stats()