HomeSort by relevance Sort by last modified time
    Searched refs:FALLOC_FL_KEEP_SIZE (Results 26 - 50 of 51) sorted by null

12 3

  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /bionic/libc/kernel/uapi/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /external/kernel-headers/original/uapi/linux/
falloc.h 4 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */
39 * with fallocate. Flag FALLOC_FL_KEEP_SIZE should cause the inode
  /external/strace/xlat/
falloc_flags.h 2 #if !(defined(FALLOC_FL_KEEP_SIZE) || (defined(HAVE_DECL_FALLOC_FL_KEEP_SIZE) && HAVE_DECL_FALLOC_FL_KEEP_SIZE))
3 # define FALLOC_FL_KEEP_SIZE 0x01
32 XLAT(FALLOC_FL_KEEP_SIZE),
  /external/ltp/include/lapi/
fcntl.h 86 #ifndef FALLOC_FL_KEEP_SIZE
87 # define FALLOC_FL_KEEP_SIZE 1
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate.h 34 #ifndef FALLOC_FL_KEEP_SIZE
35 #define FALLOC_FL_KEEP_SIZE 0x01
fallocate03.c 125 FALLOC_FL_KEEP_SIZE, 2, 1, TRUE}, {
126 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN, 1, TRUE}, {
127 FALLOC_FL_KEEP_SIZE,
129 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS + 2,
fallocate01.c 46 * 1) DEFAULT 2)FALLOC_FL_KEEP_SIZE
69 * (2) Test Case for FALLOC_FL_KEEP_SIZE
215 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size);
fallocate04.c 150 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /external/e2fsprogs/contrib/
fallocate.c 41 #define FALLOC_FL_KEEP_SIZE 0x01
108 falloc_mode = FALLOC_FL_KEEP_SIZE;
113 FALLOC_FL_KEEP_SIZE);
118 FALLOC_FL_KEEP_SIZE);
123 FALLOC_FL_KEEP_SIZE);
154 if (tflag && (falloc_mode & FALLOC_FL_KEEP_SIZE)) {
  /external/fio/engines/
falloc.c 6 * DDIR_READ does fallocate(,mode = FALLOC_FL_KEEP_SIZE,)
8 * DDIR_TRIM does fallocate(,mode = FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)
67 #ifndef FALLOC_FL_KEEP_SIZE
68 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */
82 flags = FALLOC_FL_KEEP_SIZE;
86 flags = FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE;
  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 50 if (fallocate(config.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /bionic/tests/
fcntl_test.cpp 28 #if !defined(FALLOC_FL_PUNCH_HOLE) || !defined(FALLOC_FL_KEEP_SIZE)
295 ASSERT_EQ(-1, fallocate(tf.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, 1));
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 1019 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
1076 (defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE)))
1077 #if defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE)
1079 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /external/linux-kselftest/tools/testing/selftests/memfd/
memfd_test.c 316 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
380 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /system/update_engine/
p2p_manager.cc 552 FALLOC_FL_KEEP_SIZE, // Keep file size as 0.
  /external/fio/
configure 609 int r = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 1024);
    [all...]
filesetup.c 102 "fallocate(FALLOC_FL_KEEP_SIZE) "
106 r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0,

Completed in 824 milliseconds

12 3