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()
114 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) in write_bitmaps()
166 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.h924 extern int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag);
/external/e2fsprogs/e2fsck/
Dpass5.c110 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_INODE_UNINIT)) in check_inode_bitmap_checksum()
164 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_BLOCK_UNINIT)) in check_block_bitmap_checksum()
435 if (ext2fs_bg_flags_test(fs, group, in check_block_bitmaps()
624 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_bitmaps()
739 !(ext2fs_bg_flags_test(fs, group, in check_inode_bitmaps()
761 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT) in check_inode_bitmaps()
Dreadahead.c187 !ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in e2fsck_readahead()
197 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in e2fsck_readahead()
Dsuper.c722 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) || in check_super_block()
723 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) || in check_super_block()
735 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) { in check_super_block()
Dpass2.c1328 if (ext2fs_bg_flags_test(fs, group, 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/resize/
Dresize2fs.c593 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT))) in fix_uninit_block_bitmaps()
1238 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) { in mark_fs_metablock()
1336 ext2fs_bg_flags_test(old_fs, g, EXT2_BG_BLOCK_UNINIT)) { in blocks_to_move()
2654 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats()
2690 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats()
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/misc/
De2image.c423 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) && in mark_table_blocks()
441 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in mark_table_blocks()
451 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in mark_table_blocks()
/external/e2fsprogs/debian/
De2fslibs.symbols82 ext2fs_bg_flags_test@Base 1.42
/external/e2fsprogs/debugfs/
Ddebugfs.c411 if (ext2fs_bg_flags_test(fs, group, mask)) { in print_bg_opts()