Searched refs:ext2fs_bg_has_super (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | closefs.c | 36 int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group) in ext2fs_bg_has_super() function 94 has_super = ext2fs_bg_has_super(fs, group); in ext2fs_super_and_bgd_loc2()
|
D | openfs.c | 55 if (ext2fs_bg_has_super(fs, bg)) in ext2fs_descriptor_block_loc2() 76 if (ext2fs_bg_has_super(fs, bg + 1)) in ext2fs_descriptor_block_loc2()
|
D | initialize.c | 432 has_bg = ext2fs_bg_has_super(fs, fs->group_desc_count - 1); in ext2fs_initialize()
|
D | ext2fs.h | 1016 extern int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group_block);
|
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 1027 if (ext2fs_bg_has_super(fs, i)) { in check_if_fs_block() 1064 if (ext2fs_bg_has_super(fs, i)) { in check_if_fs_cluster()
|
D | super.c | 537 if (!ext2fs_bg_has_super(fs, j)) in check_resize_inode() 1140 if (!ext2fs_bg_has_super(fs, g)) in check_backup_super_block()
|
D | pass1.c | 3867 if (!ext2fs_bg_has_super(fs, i)) in process_bad_block()
|
/external/e2fsprogs/resize/ |
D | main.c | 121 has_sb = ext2fs_bg_has_super(fs, group); in determine_fs_stride()
|
D | resize2fs.c | 735 has_bg = ext2fs_bg_has_super(fs, fs->group_desc_count - 1); in adjust_fs_info() 961 has_super = ext2fs_bg_has_super(fs, i); in adjust_fs_info() 1397 if (!ext2fs_bg_has_super(old_fs, i)) { in blocks_to_move() 1434 has_super = ext2fs_bg_has_super(fs, i); in blocks_to_move()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 90 ext2fs_bg_has_super@Base 1.37
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 731 if (!ext2fs_bg_has_super(fs, i)) in show_stats()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.42.txt | 690 Optimize CPU utilization of ext2fs_bg_has_super().
|