Home
last modified time | relevance | path

Searched refs:ext2fs_test_inode_bitmap2 (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dpass4.c198 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 Dpass2.c609 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 Dpass3.c108 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 Dpass1b.c333 !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 Dextents.c58 return ext2fs_test_inode_bitmap2(ctx->inodes_to_rebuild, ino); in e2fsck_ino_will_be_rebuilt()
H A Dpass5.c709 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i)) in check_inode_bitmaps()
H A Drehash.c1158 if (!ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in e2fsck_rehash_directories()
H A Dpass1.c891 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 Dicount.c538 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 Dtst_bitmaps.c509 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 Dbitops.h138 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 Dtst_iscan.c206 if (ext2fs_test_inode_bitmap2(bad_inode_map, i)) { in check_map()
H A Dinitialize.c636 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino)) { in ext2fs_calculate_summary_stats()
H A Dalloc.c137 if (ext2fs_test_inode_bitmap2(map, i)) in ext2fs_new_inode()
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Ddebugfs.c1169 !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 Dcreate_inode.c307 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 Dtune2fs.c801 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 Dlibext2fs2.symbols610 ext2fs_test_inode_bitmap2@Base 1.42
/aosp_15_r20/external/e2fsprogs/resize/
H A Dresize2fs.c541 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/
Dlibext2fs.so.toc656 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/
Dlibext2fs.so.toc656 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/
Dlibext2fs-host.so.toc659 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/
Dlibext2fs.so.toc656 651: FUNC GLOBAL DEFAULT 15 ext2fs_test_inode_bitmap2