Home
last modified time | relevance | path

Searched refs:ext2fs_bg_flags_test (Results 1 – 14 of 14) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c72 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) in write_bitmaps()
115 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_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()
330 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in read_bitmaps()
Dalloc.c46 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in ext2fs_clear_block_uninit()
67 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_uninit()
Dblknum.c440 int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag) in ext2fs_bg_flags_test() function
Dinode.c615 (ext2fs_bg_flags_test(scan->fs, scan->current_group, EXT2_BG_INODE_UNINIT) in ext2fs_get_next_inode_full()
Dext2fs.h941 extern int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag);
/external/e2fsprogs/e2fsck/
Dpass5.c108 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_INODE_UNINIT)) in check_inode_bitmap_checksum()
162 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_BLOCK_UNINIT)) in check_block_bitmap_checksum()
433 if (ext2fs_bg_flags_test(fs, group, in check_block_bitmaps()
622 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_bitmaps()
737 !(ext2fs_bg_flags_test(fs, group, in check_inode_bitmaps()
759 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT) in check_inode_bitmaps()
Dreadahead.c189 !ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in e2fsck_readahead()
199 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in e2fsck_readahead()
Dsuper.c875 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) || in check_super_block()
876 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) || in check_super_block()
888 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) { in check_super_block()
Dpass2.c1365 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)) { in check_dir_block()
Dpass1.c1080 if (ext2fs_bg_flags_test(ctx->fs, grp, EXT2_BG_INODE_UNINIT)) in pass1_readahead()
/external/e2fsprogs/resize/
Dresize2fs.c593 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT))) in fix_uninit_block_bitmaps()
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()
2870 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
2887 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
/external/e2fsprogs/misc/
De2image.c432 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) && in mark_table_blocks()
450 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in mark_table_blocks()
460 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in mark_table_blocks()
/external/e2fsprogs/debian/
Dlibext2fs2.symbols84 ext2fs_bg_flags_test@Base 1.42
/external/e2fsprogs/debugfs/
Ddebugfs.c416 if (ext2fs_bg_flags_test(fs, group, mask)) { in print_bg_opts()