Searched refs:EXT2_FLAG_64BITS (Results 1 – 21 of 21) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | bitmaps.c | 69 if (fs->flags & EXT2_FLAG_64BITS) in ext2fs_allocate_inode_bitmap() 101 if (fs->flags & EXT2_FLAG_64BITS) in ext2fs_allocate_block_bitmap() 139 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 | 200 int flags = EXT2_FLAG_64BITS; in setup_cmd() 660 int flags = EXT2_FLAG_64BITS; in main()
|
D | openfs.c | 309 !(flags & EXT2_FLAG_64BITS)) { in ext2fs_open2()
|
D | icount.c | 803 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, ¶m, in setup()
|
D | inline_data.c | 793 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, ¶m, in main()
|
D | csum.c | 941 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, ¶m, in main()
|
D | ext2fs.h | 212 #define EXT2_FLAG_64BITS 0x20000 macro
|
/third_party/e2fsprogs/lib/support/ |
D | plausible.c | 105 retval = ext2fs_open2(device, 0, EXT2_FLAG_64BITS, 0, 0, in print_ext2_info()
|
/third_party/e2fsprogs/misc/ |
D | e2fuzz.c | 205 ret = ext2fs_open(fsname, EXT2_FLAG_64BITS | EXT2_FLAG_THREADS, in process_fs()
|
D | e2freefrag.c | 366 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in open_device()
|
D | e2undo.c | 643 EXT2_FLAG_RW | EXT2_FLAG_64BITS, 0, 0, in main()
|
D | e2image.c | 1417 int open_flag = EXT2_FLAG_IMAGE_FILE | EXT2_FLAG_64BITS | in install_image() 1495 int open_flag = EXT2_FLAG_64BITS | EXT2_FLAG_THREADS | in main()
|
D | dumpe2fs.c | 676 EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in main()
|
D | e4defrag.c | 1816 ret = ext2fs_open(dev_name, EXT2_FLAG_64BITS, 0, in main()
|
D | mke2fs.c | 3022 flags |= EXT2_FLAG_64BITS; in main()
|
D | tune2fs.c | 2976 open_flag |= EXT2_FLAG_64BITS | EXT2_FLAG_THREADS | in main()
|
D | fuse2fs.c | 3731 int flags = EXT2_FLAG_64BITS | EXT2_FLAG_THREADS | EXT2_FLAG_EXCLUSIVE; in main()
|
/third_party/e2fsprogs/resize/ |
D | main.c | 407 io_flags |= EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in main()
|
/third_party/e2fsprogs/debugfs/ |
D | debugfs.c | 234 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS | in do_open_filesys() 2545 EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in main()
|
/third_party/e2fsprogs/e2fsck/ |
D | unix.c | 1498 flags |= EXT2_FLAG_64BITS; in main()
|