Searched refs:EXT2FS_BMAP64_RBTREE (Results 1 - 13 of 13) sorted by relevance
/external/e2fsprogs/e2fsck/ |
H A D | pass1.c | 604 EXT2FS_BMAP64_RBTREE, 624 _("regular file inode map"), EXT2FS_BMAP64_RBTREE, 633 _("in-use block map"), EXT2FS_BMAP64_RBTREE, 643 e2fsck_set_bitmap_type(fs, EXT2FS_BMAP64_RBTREE, 1353 _("bad inode map"), EXT2FS_BMAP64_RBTREE, 1393 _("inode in bad block map"), EXT2FS_BMAP64_RBTREE, 1413 _("imagic inode map"), EXT2FS_BMAP64_RBTREE, 1441 EXT2FS_BMAP64_RBTREE, "block_dup_map", 1552 EXT2FS_BMAP64_RBTREE, "block_ea_map",
|
H A D | util.c | 278 e2fsck_set_bitmap_type(fs, EXT2FS_BMAP64_RBTREE, "fs_bitmaps",
|
H A D | pass1b.c | 222 EXT2FS_BMAP64_RBTREE, "inode_dup_map",
|
H A D | pass2.c | 114 e2fsck_set_bitmap_type(fs, EXT2FS_BMAP64_RBTREE,
|
H A D | unix.c | 1073 e2fsck_set_bitmap_type(*ret_fs, EXT2FS_BMAP64_RBTREE,
|
/external/e2fsprogs/misc/ |
H A D | e2freefrag.c | 258 (*fs)->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
|
H A D | dumpe2fs.c | 606 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
|
H A D | tune2fs.c | 1954 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | initialize.c | 116 fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
|
H A D | gen_bitmap64.c | 107 case EXT2FS_BMAP64_RBTREE:
|
H A D | blkmap64_rb.c | 871 .type = EXT2FS_BMAP64_RBTREE,
|
H A D | ext2fs.h | 288 #define EXT2FS_BMAP64_RBTREE 2 macro
|
/external/e2fsprogs/debugfs/ |
H A D | debugfs.c | 103 current_fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
|
Completed in 90 milliseconds