/external/e2fsprogs/e2fsck/ |
pass4.c | 198 if (!(ext2fs_test_inode_bitmap2(ctx->inode_used_map, i)) || 200 ext2fs_test_inode_bitmap2(ctx->inode_imagic_map, i)) || 202 ext2fs_test_inode_bitmap2(ctx->inode_bb_map, i))) 229 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i);
|
pass2.c | 540 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dirent->inode)) { 542 } else if (ext2fs_test_inode_bitmap2(ctx->inode_reg_map, 546 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, 959 if (!(ext2fs_test_inode_bitmap2(ctx->inode_used_map, ino))) [all...] |
pass3.c | 108 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dir->ino)) 166 if (ext2fs_test_inode_bitmap2(ctx->inode_used_map, EXT2_ROOT_INO)) { 172 if (!(ext2fs_test_inode_bitmap2(ctx->inode_dir_map, 316 (ext2fs_test_inode_bitmap2(inode_loop_detect,
|
pass1b.c | 332 !ext2fs_test_inode_bitmap2(ctx->inode_used_map, ino)) 458 !ext2fs_test_inode_bitmap2(inode_dup_map, dirent->inode)) 935 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino))
|
extents.c | 58 return ext2fs_test_inode_bitmap2(ctx->inodes_to_rebuild, ino);
|
pass5.c | 709 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i))
|
pass1.c | 891 if (ext2fs_test_inode_bitmap2(ctx->inode_used_map, EXT2_ROOT_INO)) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tst_iscan.c | 204 if (ext2fs_test_inode_bitmap2(bad_inode_map, i)) {
|
icount.c | 538 if (ext2fs_test_inode_bitmap2(icount->single, ino)) { 543 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) { 566 } else if (ext2fs_test_inode_bitmap2(icount->single, ino)) { 581 if (ext2fs_test_inode_bitmap2(icount->multiple, ino)) { 633 if (ext2fs_test_inode_bitmap2(icount->single, ino)) { 646 !ext2fs_test_inode_bitmap2(icount->multiple, ino))
|
tst_bitmaps.c | 509 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode); 539 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode); 569 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode);
|
bitops.h | 138 extern int ext2fs_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, 545 _INLINE_ int ext2fs_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, function
|
alloc.c | 137 if (ext2fs_test_inode_bitmap2(map, i))
|
/external/e2fsprogs/misc/ |
create_inode.c | 297 if (ext2fs_test_inode_bitmap2(fs->inode_map, ino)) 658 if (ext2fs_test_inode_bitmap2(fs->inode_map, newfile))
|
tune2fs.c | 835 if (!ext2fs_test_inode_bitmap2(ctx->fs->inode_map, ino)) { 1012 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino)) { [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 1156 !ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) 1187 ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) 1203 if (ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) [all...] |
/external/e2fsprogs/resize/ |
resize2fs.c | 541 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino)) [all...] |