/external/ltp/include/lapi/ |
D | fallocate.h | 59 return TST_SYSCALL_WRAPPER(__NR_fallocate, fd, mode, offset, len); in fallocate() 61 return (long)TST_SYSCALL_WRAPPER(__NR_fallocate, fd, mode, in fallocate()
|
/external/strace/tests-m32/ |
D | fallocate.c | 34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
|
/external/strace/tests/ |
D | fallocate.c | 34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
|
/external/strace/tests-mx32/ |
D | fallocate.c | 34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 198 #if !defined(__NR_fallocate) 199 #define __NR_fallocate 47 macro
|
D | x86_64_linux_syscalls.h | 1153 #if !defined(__NR_fallocate) 1154 #define __NR_fallocate 285 macro
|
D | x86_32_linux_syscalls.h | 1293 #if !defined(__NR_fallocate) 1294 #define __NR_fallocate 324 macro
|
D | mips64_linux_syscalls.h | 1130 #if !defined(__NR_fallocate) 1131 #define __NR_fallocate (__NR_Linux + 279) macro
|
D | arm_linux_syscalls.h | 1252 #if !defined(__NR_fallocate) 1253 #define __NR_fallocate (__NR_SYSCALL_BASE+352) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 861 #ifdef __NR_fallocate 862 { "fallocate", __NR_fallocate },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 86 #define __NR_fallocate 47 macro
|
D | vki-scnums-s390x-linux.h | 282 #define __NR_fallocate 314 macro
|
D | vki-scnums-amd64-linux.h | 369 #define __NR_fallocate 285 macro
|
D | vki-scnums-arm-linux.h | 391 #define __NR_fallocate 352 macro
|
D | vki-scnums-ppc64-linux.h | 346 #define __NR_fallocate 309 macro
|
D | vki-scnums-ppc32-linux.h | 354 #define __NR_fallocate 309 macro
|
D | vki-scnums-x86-linux.h | 361 #define __NR_fallocate 324 macro
|
D | vki-scnums-mips64-linux.h | 318 #define __NR_fallocate (__NR_Linux + 279) macro
|
D | vki-scnums-mips32-linux.h | 360 #define __NR_fallocate (__NR_Linux + 320) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 289 #define __NR_fallocate 285 macro
|
D | unistd_32.h | 324 #define __NR_fallocate 324 macro
|
D | unistd_x32.h | 252 #define __NR_fallocate (__X32_SYSCALL_BIT + 285) macro
|
/external/strace/ |
D | scno.h | 863 #ifndef __NR_fallocate 864 # define __NR_fallocate (SYSCALL_BIT | 285) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 343 #define __NR_fallocate (__NR_Linux + 320) macro 686 #define __NR_fallocate (__NR_Linux + 279) macro 1033 #define __NR_fallocate (__NR_Linux + 283) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 162 #define __NR_fallocate 47 macro 163 __SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate)
|