HomeSort by relevance Sort by last modified time
    Searched full:sync_file_range (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/fio/
helpers.h 11 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes,
helpers.c 28 int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) function
io_ddir.h 20 "sync_file_range", "write", };
thread_options.h 257 unsigned int sync_file_range; member in struct:thread_options
481 uint32_t sync_file_range; member in struct:thread_options_pack
configure 771 # sync_file_range() probe
772 sync_file_range="no"
782 return sync_file_range(0, 0, 0, flags);
785 if compile_prog "" "" "sync_file_range"; then
786 sync_file_range="yes"
788 echo "sync_file_range $sync_file_range"
    [all...]
cconv.c 238 o->sync_file_range = le32_to_cpu(top->sync_file_range);
399 top->sync_file_range = cpu_to_le32(o->sync_file_range);
ioengines.c 543 return sync_file_range(f->fd, offset, nbytes, td->o.sync_file_range);
  /external/strace/
sync_file_range.c 35 SYS_FUNC(sync_file_range)
sys_func.h 271 extern SYS_FUNC(sync_file_range);
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 335 "sync_file_range",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 224 /* Flags for SYNC_FILE_RANGE. */
267 extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 218 /* Flags for SYNC_FILE_RANGE. */
276 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 233 /* Flags for SYNC_FILE_RANGE. */
294 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
  /external/autotest/client/tests/bash_shared_mapping/
ext3-tools.tar.gz 
  /external/autotest/client/tests/fsx/
ext3-tools.tar.gz 
  /external/ltrace/sysdeps/linux-gnu/m68k/
syscallent.h 329 "sync_file_range", /* 307 */
  /external/ltrace/sysdeps/linux-gnu/metag/
syscallent.h 105 "sync_file_range", /* 84 */
  /external/ltrace/sysdeps/linux-gnu/mips/
syscallent.h 327 "sync_file_range", /* 305 */
  /external/ltrace/sysdeps/linux-gnu/s390/
syscalls31.h 329 "sync_file_range", /* 307 */
syscalls64.h 329 "sync_file_range", /* 307 */
  /external/ltrace/sysdeps/linux-gnu/x86/
syscallent.h 336 "sync_file_range", /* 314 */
syscallent1.h 299 "sync_file_range", /* 277 */
  /external/strace/linux/32/
syscallent.h 91 [ 84] = { 6, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/64/
syscallent.h 85 [ 84] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/avr32/
syscallent.h 290 [262] = { 6, TD, SEN(sync_file_range), "sync_file_range" },

Completed in 1046 milliseconds

1 2 3 4 5