/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | pass4.c | 198 if (!(ext2fs_test_inode_bitmap2(ctx->inode_used_map, i)) || in e2fsck_pass4() 200 ext2fs_test_inode_bitmap2(ctx->inode_imagic_map, i)) || in e2fsck_pass4() 202 ext2fs_test_inode_bitmap2(ctx->inode_bb_map, i))) in e2fsck_pass4() 229 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i); in e2fsck_pass4()
|
H A D | pass2.c | 609 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dirent->inode)) { in check_filetype() 611 } else if (ext2fs_test_inode_bitmap2(ctx->inode_reg_map, in check_filetype() 615 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_filetype() 963 if (ext2fs_test_inode_bitmap2(ctx->inode_reg_map, ino) || in needs_encryption() 964 ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in needs_encryption() 1084 if (ext2fs_test_inode_bitmap2(ctx->inode_casefold_map, ino) && in check_dir_block() 1107 if (!(ext2fs_test_inode_bitmap2(ctx->inode_used_map, ino))) in check_dir_block() 1452 (ext2fs_test_inode_bitmap2(ctx->inode_bb_map, in check_dir_block() 1511 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_dir_block() 1575 !(ext2fs_test_inode_bitmap2(ctx->inode_used_map, in check_dir_block() [all …]
|
H A D | pass3.c | 108 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dir->ino)) in e2fsck_pass3() 167 if (ext2fs_test_inode_bitmap2(ctx->inode_used_map, EXT2_ROOT_INO)) { in check_root() 173 if (!(ext2fs_test_inode_bitmap2(ctx->inode_dir_map, in check_root() 322 ext2fs_test_inode_bitmap2(inode_loop_detect, parent))) { in check_directory()
|
H A D | pass1b.c | 333 !ext2fs_test_inode_bitmap2(ctx->inode_used_map, ino)) in pass1b() 459 !ext2fs_test_inode_bitmap2(inode_dup_map, dirent->inode)) in search_dirent_proc() 941 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in clone_file()
|
H A D | extents.c | 58 return ext2fs_test_inode_bitmap2(ctx->inodes_to_rebuild, ino); in e2fsck_ino_will_be_rebuilt()
|
H A D | pass5.c | 709 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i)) in check_inode_bitmaps()
|
H A D | rehash.c | 1158 if (!ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in e2fsck_rehash_directories()
|
H A D | pass1.c | 891 if (ext2fs_test_inode_bitmap2(ctx->inode_used_map, EXT2_ROOT_INO)) in reserve_block_for_root_repair()
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | icount.c | 538 if (ext2fs_test_inode_bitmap2(icount->single, ino)) { in ext2fs_icount_fetch() 543 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_fetch() 566 } else if (ext2fs_test_inode_bitmap2(icount->single, ino)) { in ext2fs_icount_increment() 581 if (ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_increment() 633 if (ext2fs_test_inode_bitmap2(icount->single, ino)) { in ext2fs_icount_decrement() 646 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) in ext2fs_icount_decrement()
|
H A D | tst_bitmaps.c | 509 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode); in do_seti() 539 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode); in do_cleari() 569 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode); in do_testi()
|
H A D | bitops.h | 138 extern int ext2fs_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, 451 _INLINE_ int ext2fs_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, in ext2fs_test_inode_bitmap2() function
|
H A D | tst_iscan.c | 206 if (ext2fs_test_inode_bitmap2(bad_inode_map, i)) { in check_map()
|
H A D | initialize.c | 636 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino)) { in ext2fs_calculate_summary_stats()
|
H A D | alloc.c | 137 if (ext2fs_test_inode_bitmap2(map, i)) in ext2fs_new_inode()
|
/aosp_15_r20/external/e2fsprogs/debugfs/ |
H A D | debugfs.c | 1169 !ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) in do_freei() 1200 ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) in do_seti() 1216 if (ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) in do_testi() 1580 if (ext2fs_test_inode_bitmap2(current_fs->inode_map, ino)) { in do_undel()
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | create_inode.c | 307 if (ext2fs_test_inode_bitmap2(fs->inode_map, ino)) in do_mknod_internal() 682 if (ext2fs_test_inode_bitmap2(fs->inode_map, newfile)) in do_write_internal()
|
H A D | tune2fs.c | 801 if (!ext2fs_test_inode_bitmap2(ctx->fs->inode_map, ino)) { in rewrite_one_inode() 997 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino)) { in zero_empty_inodes()
|
/aosp_15_r20/external/e2fsprogs/debian/ |
H A D | libext2fs2.symbols | 610 ext2fs_test_inode_bitmap2@Base 1.42
|
/aosp_15_r20/external/e2fsprogs/resize/ |
H A D | resize2fs.c | 541 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino)) in zero_high_bits_in_inodes() 2397 !ext2fs_test_inode_bitmap2(is->rfs->old_fs->inode_map, dir)) in check_and_change_inodes()
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2fs.so.toc | 656 651: FUNC GLOBAL DEFAULT 15 ext2fs_test_inode_bitmap2
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2fs.so.toc | 656 651: FUNC GLOBAL DEFAULT 15 ext2fs_test_inode_bitmap2
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/linux_glibc_x86_64_shared/ |
D | libext2fs-host.so.toc | 659 654: FUNC GLOBAL DEFAULT 11 ext2fs_test_inode_bitmap2
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_recovery_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2fs.so.toc | 656 651: FUNC GLOBAL DEFAULT 15 ext2fs_test_inode_bitmap2
|