Searched refs:EXT2_FLAG_64BITS (Results 1 - 15 of 15) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbitmaps.c67 if (fs->flags & EXT2_FLAG_64BITS)
99 if (fs->flags & EXT2_FLAG_64BITS)
136 if ((fs->flags & EXT2_FLAG_64BITS) == 0)
H A Dtst_iscan.c85 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
H A Dtst_bitmaps.c199 int flags = EXT2_FLAG_64BITS;
580 int flags = EXT2_FLAG_64BITS;
H A Dcsum.c238 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
H A Dopenfs.c89 * EXT2_FLAG_64BITS - Allow 64-bit bitfields (needed for large
258 * moment means we need EXT2_FLAG_64BITS.
262 !(flags & EXT2_FLAG_64BITS)) {
H A Dicount.c736 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
H A Dext2fs.h190 #define EXT2_FLAG_64BITS 0x20000 macro
/external/e2fsprogs/misc/
H A De2freefrag.c251 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS;
H A Ddumpe2fs.c580 flags = EXT2_FLAG_JOURNAL_DEV_OK | EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS;
H A De2image.c1361 int open_flag = EXT2_FLAG_IMAGE_FILE | EXT2_FLAG_64BITS;
1437 int open_flag = EXT2_FLAG_64BITS;
H A Dtune2fs.c1924 open_flag |= EXT2_FLAG_64BITS;
H A Dmke2fs.c2410 flags |= EXT2_FLAG_64BITS;
/external/e2fsprogs/resize/
H A Dmain.c310 io_flags |= EXT2_FLAG_64BITS;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c145 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS;
2408 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS;
/external/e2fsprogs/e2fsck/
H A Dunix.c1261 flags |= EXT2_FLAG_64BITS;

Completed in 159 milliseconds