Searched refs:EXT2FS_BMAP64_RBTREE (Results 1 – 15 of 15) sorted by relevance
/third_party/e2fsprogs/e2fsck/ |
D | pass1.c | 836 e2fsck_set_bitmap_type(ctx->fs, EXT2FS_BMAP64_RBTREE, icount_name, in e2fsck_setup_icount() 1219 EXT2FS_BMAP64_RBTREE, in e2fsck_pass1() 1239 _("regular file inode map"), EXT2FS_BMAP64_RBTREE, in e2fsck_pass1() 1248 _("in-use block map"), EXT2FS_BMAP64_RBTREE, in e2fsck_pass1() 1257 _("metadata block map"), EXT2FS_BMAP64_RBTREE, in e2fsck_pass1() 1269 EXT2FS_BMAP64_RBTREE, in e2fsck_pass1() 2213 _("bad inode map"), EXT2FS_BMAP64_RBTREE, in mark_inode_bad() 2253 _("inode in bad block map"), EXT2FS_BMAP64_RBTREE, in alloc_bb_map() 2273 _("imagic inode map"), EXT2FS_BMAP64_RBTREE, in alloc_imagic_map() 2305 EXT2FS_BMAP64_RBTREE, "block_dup_map", in mark_block_used() [all …]
|
D | extents.c | 43 EXT2FS_BMAP64_RBTREE, in e2fsck_rebuild_extents_later()
|
D | util.c | 318 e2fsck_set_bitmap_type(fs, EXT2FS_BMAP64_RBTREE, "fs_bitmaps", in e2fsck_read_bitmaps()
|
D | pass1b.c | 224 EXT2FS_BMAP64_RBTREE, "inode_dup_map", in e2fsck_pass1_dupblocks()
|
D | unix.c | 1199 e2fsck_set_bitmap_type(*ret_fs, EXT2FS_BMAP64_RBTREE, in try_open_fs()
|
/third_party/e2fsprogs/misc/ |
D | e2freefrag.c | 373 (*fs)->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in open_device()
|
D | dumpe2fs.c | 713 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in main()
|
D | tune2fs.c | 3014 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in main()
|
/third_party/e2fsprogs/resize/ |
D | main.c | 421 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in main()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 123 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in ext2fs_initialize()
|
D | gen_bitmap64.c | 110 case EXT2FS_BMAP64_RBTREE: in ext2fs_alloc_generic_bmap()
|
D | blkmap64_rb.c | 981 .type = EXT2FS_BMAP64_RBTREE,
|
D | undo_io.c | 284 EXT2FS_BMAP64_RBTREE, in undo_setup_tdb()
|
D | ext2fs.h | 345 #define EXT2FS_BMAP64_RBTREE 2 macro
|
/third_party/e2fsprogs/debugfs/ |
D | debugfs.c | 196 current_fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in open_filesystem()
|