Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c73 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) in write_bitmaps()
108 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) in write_bitmaps()
252 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in read_bitmaps()
274 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in read_bitmaps()
Dalloc.c40 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in check_block_uninit()
87 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_uninit()
Dblknum.c417 int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag) in ext2fs_bg_flags_test() function
Dinode.c437 (ext2fs_bg_flags_test(scan->fs, scan->current_group, EXT2_BG_INODE_UNINIT) in ext2fs_get_next_inode_full()
Dext2fs.h857 extern int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag);
/external/e2fsprogs/e2fsck/
Dpass5.c263 (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()
466 ext2fs_bg_flags_test(fs, group, in check_block_bitmaps()
593 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT))) in check_inode_bitmaps()
708 !(ext2fs_bg_flags_test(fs, group, in check_inode_bitmaps()
730 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT) in check_inode_bitmaps()
Dsuper.c663 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) || in check_super_block()
664 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) || in check_super_block()
676 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) { in check_super_block()
Dpass2.c983 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)) { in check_dir_block()
/external/e2fsprogs/resize/
Dresize2fs.c237 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT))) in fix_uninit_block_bitmaps()
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()
1970 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
1987 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_calculate_summary_stats()
/external/e2fsprogs/misc/
De2image.c415 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) && in mark_table_blocks()
435 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in mark_table_blocks()
445 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) && in mark_table_blocks()
/external/e2fsprogs/debian/
De2fslibs.symbols74 ext2fs_bg_flags_test@Base 1.42
/external/e2fsprogs/debugfs/
Ddebugfs.c326 if (ext2fs_bg_flags_test(fs, group, mask)) { in print_bg_opts()