Searched refs:EXT2_BG_BLOCK_UNINIT (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 147 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table() 178 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table() 216 EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table()
|
D | alloc_sb.c | 68 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_reserve_super_and_bgd()
|
D | rw_bitmaps.c | 73 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) in write_bitmaps() 252 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in read_bitmaps()
|
D | alloc.c | 40 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in check_block_uninit() 71 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in check_block_uninit()
|
D | alloc_stats.c | 77 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_block_alloc_stats2()
|
D | openfs.c | 394 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_open2()
|
D | initialize.c | 472 EXT2_BG_BLOCK_UNINIT); in ext2fs_initialize()
|
D | ext2_fs.h | 196 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */ macro
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 654 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block() 663 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) || in check_super_block() 667 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block() 676 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) { in check_super_block() 678 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block()
|
D | pass5.c | 263 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in check_block_bitmaps() 295 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT)) in check_block_bitmaps() 403 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in check_block_bitmaps() 467 EXT2_BG_BLOCK_UNINIT)) in check_block_bitmaps()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 133 EXT2_BG_BLOCK_UNINIT); in resize_fs() 237 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT))) in fix_uninit_block_bitmaps() 548 ext2fs_bg_flags_set(fs, i, EXT2_BG_BLOCK_UNINIT); in adjust_fs_info() 832 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) { in mark_fs_metablock() 930 ext2fs_bg_flags_test(old_fs, g, EXT2_BG_BLOCK_UNINIT)) { in blocks_to_move() 1911 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats() 1947 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 128 print_bg_opt(bg_flags, EXT2_BG_BLOCK_UNINIT, "BLOCK_UNINIT", in print_bg_opts()
|
D | e2image.c | 435 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in mark_table_blocks()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 404 print_bg_opts(current_fs, i, EXT2_BG_BLOCK_UNINIT, "Block not init", in do_show_super_stats()
|