Home
last modified time | relevance | path

Searched refs:EXT2FS_BMAP64_RBTREE (Results 1 – 16 of 16) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass1.c735 e2fsck_set_bitmap_type(ctx->fs, EXT2FS_BMAP64_RBTREE, icount_name, in e2fsck_setup_icount()
1112 EXT2FS_BMAP64_RBTREE, in e2fsck_pass1()
1132 _("regular file inode map"), EXT2FS_BMAP64_RBTREE, in e2fsck_pass1()
1141 _("in-use block map"), EXT2FS_BMAP64_RBTREE, in e2fsck_pass1()
1150 _("metadata block map"), EXT2FS_BMAP64_RBTREE, in e2fsck_pass1()
2049 _("bad inode map"), EXT2FS_BMAP64_RBTREE, in mark_inode_bad()
2089 _("inode in bad block map"), EXT2FS_BMAP64_RBTREE, in alloc_bb_map()
2109 _("imagic inode map"), EXT2FS_BMAP64_RBTREE, in alloc_imagic_map()
2137 EXT2FS_BMAP64_RBTREE, "block_dup_map", in mark_block_used()
2251 EXT2FS_BMAP64_RBTREE, "block_ea_map", in check_ext_attr()
Dextents.c43 EXT2FS_BMAP64_RBTREE, in e2fsck_rebuild_extents_later()
Dutil.c308 e2fsck_set_bitmap_type(fs, EXT2FS_BMAP64_RBTREE, "fs_bitmaps", in e2fsck_read_bitmaps()
Dpass1b.c223 EXT2FS_BMAP64_RBTREE, "inode_dup_map", in e2fsck_pass1_dupblocks()
Dunix.c1138 e2fsck_set_bitmap_type(*ret_fs, EXT2FS_BMAP64_RBTREE, in try_open_fs()
/external/e2fsprogs/misc/
De2freefrag.c259 (*fs)->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in open_device()
Ddumpe2fs.c696 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in main()
Dtune2fs.c2815 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in main()
/external/e2fsprogs/debugfs/
De2freefrag.c259 (*fs)->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in open_device()
Ddebugfs.c185 current_fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in open_filesystem()
/external/e2fsprogs/resize/
Dmain.c418 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in main()
/external/e2fsprogs/lib/ext2fs/
Dinitialize.c123 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE; in ext2fs_initialize()
Dgen_bitmap64.c108 case EXT2FS_BMAP64_RBTREE: in ext2fs_alloc_generic_bmap()
Dblkmap64_rb.c963 .type = EXT2FS_BMAP64_RBTREE,
Dundo_io.c284 EXT2FS_BMAP64_RBTREE, in undo_setup_tdb()
Dext2fs.h310 #define EXT2FS_BMAP64_RBTREE 2 macro