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

1 2 3 4 5 6 7 8 910

  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate.h 55 return ltp_syscall(__NR_fallocate, fd, mode, offset, len);
57 return (long)ltp_syscall(__NR_fallocate, fd, mode,
  /bionic/libc/arch-arm64/syscalls/
fallocate.S 6 mov x8, __NR_fallocate
  /bionic/libc/arch-mips/syscalls/
fallocate64.S 8 li v0, __NR_fallocate
  /bionic/libc/arch-x86_64/syscalls/
fallocate.S 7 movl $__NR_fallocate, %eax
  /bionic/libc/arch-arm/syscalls/
fallocate64.S 14 ldr r7, =__NR_fallocate
  /bionic/libc/arch-mips64/syscalls/
fallocate.S 8 li v0, __NR_fallocate
  /external/strace/tests/
fallocate.c 34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
73 SKIP_MAIN_UNDEFINED("__NR_fallocate && HAVE_FALLOCATE");
  /external/strace/tests-m32/
fallocate.c 34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
73 SKIP_MAIN_UNDEFINED("__NR_fallocate && HAVE_FALLOCATE");
  /external/strace/tests-mx32/
fallocate.c 34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
73 SKIP_MAIN_UNDEFINED("__NR_fallocate && HAVE_FALLOCATE");
  /bionic/libc/arch-x86/syscalls/
fallocate64.S 36 movl $__NR_fallocate, %eax
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 369 #define __NR_fallocate 285
vki-scnums-arm64-linux.h 86 #define __NR_fallocate 47
vki-scnums-s390x-linux.h 282 #define __NR_fallocate 314
vki-scnums-tilegx-linux.h 115 #define __NR_fallocate 47
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 910