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

1 2

  /bionic/libc/bionic/
sync_file_range.cpp 34 int sync_file_range(int fd, off64_t offset, off64_t length, unsigned int flags) { function
  /external/strace/
sync_file_range.c 34 SYS_FUNC(sync_file_range)
sys_func.h 290 extern SYS_FUNC(sync_file_range);
  /external/strace/tests/
sync_file_range.c 2 * Check decoding of sync_file_range syscall.
46 int rc = sync_file_range(fd, offset, nbytes, flags);
50 "sync_file_range", fd,
sync_file_range2.c 46 int rc = sync_file_range(fd, offset, nbytes, flags);
  /external/strace/tests-m32/
sync_file_range.c 2 * Check decoding of sync_file_range syscall.
46 int rc = sync_file_range(fd, offset, nbytes, flags);
50 "sync_file_range", fd,
sync_file_range2.c 46 int rc = sync_file_range(fd, offset, nbytes, flags);
  /external/strace/tests-mx32/
sync_file_range.c 2 * Check decoding of sync_file_range syscall.
46 int rc = sync_file_range(fd, offset, nbytes, flags);
50 "sync_file_range", fd,
sync_file_range2.c 46 int rc = sync_file_range(fd, offset, nbytes, flags);
  /bionic/libc/include/
fcntl.h 91 int sync_file_range(int __fd, off64_t __offset, off64_t __length, unsigned int __flags) __INTRODUCED_IN(26);
  /bionic/tests/
fcntl_test.cpp 258 TEST(fcntl, sync_file_range) {
261 ASSERT_EQ(-1, sync_file_range(-1, 0, 0, 0));
265 ASSERT_EQ(0, sync_file_range(tf.fd, 0, 0, 0));
270 ASSERT_EQ(-1, sync_file_range(tf.fd, 0, 0, ~0));
  /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 291 [262] = { 6, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/hppa/
syscallent.h 298 [292] = { 6, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/ia64/
syscallent.h 306 [1300] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/x86_64/
syscallent.h 278 [277] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/i386/
syscallent.h 343 [314] = { 6, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/m68k/
syscallent.h 336 [307] = { 6, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/mips/
syscallent-n32.h 271 [6268] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
syscallent-n64.h 267 [5264] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
syscallent-o32.h 309 [4305] = { 7, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/s390/
syscallent.h 339 [307] = { 6, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/s390x/
syscallent.h 323 [307] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
  /external/strace/linux/sh/
syscallent.h 343 [314] = { 6, TD, SEN(sync_file_range), "sync_file_range" },

Completed in 297 milliseconds

1 2