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

  /external/e2fsprogs/lib/ext2fs/
bitmaps.c 68 if (fs->flags & EXT2_FLAG_64BITS)
100 if (fs->flags & EXT2_FLAG_64BITS)
137 if ((fs->flags & EXT2_FLAG_64BITS) == 0)
tst_iscan.c 86 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
tst_bitmaps.c 199 int flags = EXT2_FLAG_64BITS;
642 int flags = EXT2_FLAG_64BITS;
openfs.c 114 * EXT2_FLAG_64BITS - Allow 64-bit bitfields (needed for large
298 * moment means we need EXT2_FLAG_64BITS.
301 !(flags & EXT2_FLAG_64BITS)) {
icount.c 755 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
csum.c 949 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
inline_data.c 803 retval = ext2fs_initialize("test fs", EXT2_FLAG_64BITS, &param,
ext2fs.h 195 #define EXT2_FLAG_64BITS 0x20000
    [all...]
  /external/e2fsprogs/lib/support/
plausible.c 95 retval = ext2fs_open2(device, 0, EXT2_FLAG_64BITS, 0, 0,
  /external/e2fsprogs/debugfs/
e2freefrag.c 252 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS;
debugfs.c 226 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS;
    [all...]
  /external/e2fsprogs/misc/
e2freefrag.c 252 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS;
e2fuzz.c 204 ret = ext2fs_open(fsname, EXT2_FLAG_64BITS, 0, 0, unix_io_manager,
dumpe2fs.c 661 flags = EXT2_FLAG_JOURNAL_DEV_OK | EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS;
e2undo.c 629 EXT2_FLAG_RW | EXT2_FLAG_64BITS, 0, 0,
e2image.c     [all...]
e4defrag.c     [all...]
mke2fs.c     [all...]
tune2fs.c     [all...]
fuse2fs.c     [all...]
  /external/e2fsprogs/resize/
main.c 404 io_flags |= EXT2_FLAG_64BITS;
  /external/e2fsprogs/e2fsck/
unix.c     [all...]

Completed in 8935 milliseconds