HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_FLAG_64BITS (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/lib/ext2fs/
bitmaps.c 67 if (fs->flags & EXT2_FLAG_64BITS)
99 if (fs->flags & EXT2_FLAG_64BITS)
136 if ((fs->flags & EXT2_FLAG_64BITS) == 0)
tst_iscan.c 85 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
tst_bitmaps.c 199 int flags = EXT2_FLAG_64BITS;
580 int flags = EXT2_FLAG_64BITS;
csum.c 238 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
openfs.c 89 * EXT2_FLAG_64BITS - Allow 64-bit bitfields (needed for large
258 * moment means we need EXT2_FLAG_64BITS.
262 !(flags & EXT2_FLAG_64BITS)) {
icount.c 736 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
ext2fs.h 190 #define EXT2_FLAG_64BITS 0x20000
    [all...]
  /external/e2fsprogs/misc/
e2freefrag.c 251 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS;
dumpe2fs.c 580 flags = EXT2_FLAG_JOURNAL_DEV_OK | EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS;
e2image.c     [all...]
tune2fs.c     [all...]
mke2fs.c     [all...]
  /external/e2fsprogs/resize/
main.c 310 io_flags |= EXT2_FLAG_64BITS;
  /external/e2fsprogs/debugfs/
debugfs.c 145 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS;
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c     [all...]

Completed in 574 milliseconds