Searched refs:ext2fs_test_inode_bitmap2 (Results 1 - 11 of 11) sorted by relevance
/external/e2fsprogs/e2fsck/ |
H A D | pass4.c | 138 if (!(ext2fs_test_inode_bitmap2(ctx->inode_used_map, i)) || 140 ext2fs_test_inode_bitmap2(ctx->inode_imagic_map, i)) || 142 ext2fs_test_inode_bitmap2(ctx->inode_bb_map, i))) 159 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i);
|
H A D | pass2.c | 514 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dirent->inode)) { 516 } else if (ext2fs_test_inode_bitmap2(ctx->inode_reg_map, 520 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, 768 if (!(ext2fs_test_inode_bitmap2(ctx->inode_used_map, ino))) 914 (ext2fs_test_inode_bitmap2(ctx->inode_bb_map, 976 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, 1038 !(ext2fs_test_inode_bitmap2(ctx->inode_used_map, 1086 (ext2fs_test_inode_bitmap2(ctx->inode_dir_map,
|
H A D | pass3.c | 106 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dir->ino)) 153 if (ext2fs_test_inode_bitmap2(ctx->inode_used_map, EXT2_ROOT_INO)) { 159 if (!(ext2fs_test_inode_bitmap2(ctx->inode_dir_map, 294 (ext2fs_test_inode_bitmap2(inode_loop_detect, 377 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) {
|
H A D | pass1b.c | 309 !ext2fs_test_inode_bitmap2(ctx->inode_used_map, ino)) 408 !ext2fs_test_inode_bitmap2(inode_dup_map, dirent->inode)) 804 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino))
|
H A D | pass5.c | 680 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i))
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | icount.c | 488 if (ext2fs_test_inode_bitmap2(icount->single, ino)) { 493 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) { 512 if (ext2fs_test_inode_bitmap2(icount->single, ino)) { 527 if (ext2fs_test_inode_bitmap2(icount->multiple, ino)) { 569 if (ext2fs_test_inode_bitmap2(icount->single, ino)) { 582 !ext2fs_test_inode_bitmap2(icount->multiple, ino))
|
H A D | tst_bitmaps.c | 466 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode); 495 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode); 524 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode);
|
H A D | tst_iscan.c | 203 if (ext2fs_test_inode_bitmap2(bad_inode_map, i)) {
|
H A D | bitops.h | 136 extern int ext2fs_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, 532 _INLINE_ int ext2fs_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, function
|
H A D | alloc.c | 156 if (ext2fs_test_inode_bitmap2(map, i))
|
/external/e2fsprogs/debugfs/ |
H A D | debugfs.c | 1032 !ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) 1062 ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) 1077 if (ext2fs_test_inode_bitmap2(current_fs->inode_map,inode)) 1430 if (ext2fs_test_inode_bitmap2(current_fs->inode_map, ino)) { 1711 if (ext2fs_test_inode_bitmap2(current_fs->inode_map,newfile)) 1820 if (ext2fs_test_inode_bitmap2(current_fs->inode_map,newfile))
|
Completed in 155 milliseconds