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

  /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
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...]
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
ioengines.c 543 return sync_file_range(f->fd, offset, nbytes, td->o.sync_file_range);
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);
options.c     [all...]
  /external/strace/
sync_file_range.c 7 SYS_FUNC(sync_file_range)
Android.mk 118 sync_file_range.c \
sys_func.h 265 extern SYS_FUNC(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/e2fsprogs/misc/
e4defrag.c 209 #warning Using locally defined sync_file_range interface.
218 * sync_file_range() - Sync file region.
225 int sync_file_range(int fd, loff_t offset, loff_t length, unsigned int flag) function
482 if (sync_file_range(fd, offset,
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 355 milliseconds