Searched refs:EXT2_FLAG_64BITS (Results 1 – 22 of 22) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | bitmaps.c | 68 if (fs->flags & EXT2_FLAG_64BITS) in ext2fs_allocate_inode_bitmap() 100 if (fs->flags & EXT2_FLAG_64BITS) in ext2fs_allocate_block_bitmap() 137 if ((fs->flags & EXT2_FLAG_64BITS) == 0) in ext2fs_allocate_subcluster_bitmap()
|
D | tst_iscan.c | 86 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, ¶m, in setup()
|
D | tst_bitmaps.c | 199 int flags = EXT2_FLAG_64BITS; in setup_cmd() 642 int flags = EXT2_FLAG_64BITS; in main()
|
D | openfs.c | 295 !(flags & EXT2_FLAG_64BITS)) { in ext2fs_open2()
|
D | icount.c | 755 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, ¶m, in setup()
|
D | inline_data.c | 803 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, ¶m, in main()
|
D | csum.c | 949 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, ¶m, in main()
|
D | ext2fs.h | 193 #define EXT2_FLAG_64BITS 0x20000 macro
|
/external/e2fsprogs/lib/support/ |
D | plausible.c | 95 retval = ext2fs_open2(device, 0, EXT2_FLAG_64BITS, 0, 0, in print_ext2_info()
|
/external/e2fsprogs/misc/ |
D | e2freefrag.c | 252 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS; in open_device()
|
D | e2fuzz.c | 204 ret = ext2fs_open(fsname, EXT2_FLAG_64BITS, 0, 0, unix_io_manager, in process_fs()
|
D | e2undo.c | 629 EXT2_FLAG_RW | EXT2_FLAG_64BITS, 0, 0, in main()
|
D | e2image.c | 1377 int open_flag = EXT2_FLAG_IMAGE_FILE | EXT2_FLAG_64BITS | in install_image() 1455 int open_flag = EXT2_FLAG_64BITS | EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
|
D | dumpe2fs.c | 661 flags = EXT2_FLAG_JOURNAL_DEV_OK | EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS; in main()
|
D | e4defrag.c | 1799 ret = ext2fs_open(dev_name, EXT2_FLAG_64BITS, 0, in main()
|
D | tune2fs.c | 2778 open_flag |= EXT2_FLAG_64BITS | EXT2_FLAG_JOURNAL_DEV_OK; in main()
|
D | mke2fs.c | 2829 flags |= EXT2_FLAG_64BITS; in main()
|
D | fuse2fs.c | 3727 int ret = 0, flags = EXT2_FLAG_64BITS | EXT2_FLAG_EXCLUSIVE; in main()
|
/external/e2fsprogs/debugfs/ |
D | e2freefrag.c | 252 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS; in open_device()
|
D | debugfs.c | 226 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS; in do_open_filesys() 2419 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS; in main()
|
/external/e2fsprogs/resize/ |
D | main.c | 404 io_flags |= EXT2_FLAG_64BITS; in main()
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 1422 flags |= EXT2_FLAG_64BITS; in main()
|