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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
falloc.h 4 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */
  /bionic/libc/kernel/uapi/linux/
falloc.h 21 #define FALLOC_FL_KEEP_SIZE 0x01
  /external/kernel-headers/original/uapi/linux/
falloc.h 5 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */
40 * 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/
fallocate.h 27 #ifndef FALLOC_FL_KEEP_SIZE
28 # define FALLOC_FL_KEEP_SIZE 0x01
fcntl.h 122 #ifndef FALLOC_FL_KEEP_SIZE
123 # define FALLOC_FL_KEEP_SIZE 1
  /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/ltp/testcases/kernel/syscalls/fallocate/
fallocate03.c 126 FALLOC_FL_KEEP_SIZE, 2, 1, TRUE}, {
127 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN, 1, TRUE}, {
128 FALLOC_FL_KEEP_SIZE,
130 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
209 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size);
fallocate04.c 125 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 67 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /bionic/tests/
fcntl_test.cpp 30 #if !defined(FALLOC_FL_PUNCH_HOLE) || !defined(FALLOC_FL_KEEP_SIZE)
298 ASSERT_EQ(-1, fallocate(tf.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, 1));
  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.c 369 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0,
412 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0,
  /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 359 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
423 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
  /system/update_engine/
p2p_manager.cc 555 FALLOC_FL_KEEP_SIZE, // Keep file size as 0.
  /external/fio/
configure 740 int r = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 1024);
    [all...]
filesetup.c 122 "fallocate(FALLOC_FL_KEEP_SIZE) "
126 r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0,
    [all...]
  /external/linux-kselftest/tools/testing/selftests/vm/
userfaultfd.c 145 if (fallocate(huge_fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 83 #ifdef FALLOC_FL_KEEP_SIZE
84 # define FL_KEEP_SIZE_FLAG FALLOC_FL_KEEP_SIZE
    [all...]

Completed in 515 milliseconds