Home
last modified time | relevance | path

Searched refs:__NR_fallocate (Results 1 – 25 of 37) sorted by relevance

12

/external/ltp/include/lapi/
Dfallocate.h59 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/
Dfallocate.c34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
/external/strace/tests/
Dfallocate.c34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
/external/strace/tests-mx32/
Dfallocate.c34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h198 #if !defined(__NR_fallocate)
199 #define __NR_fallocate 47 macro
Dx86_64_linux_syscalls.h1153 #if !defined(__NR_fallocate)
1154 #define __NR_fallocate 285 macro
Dx86_32_linux_syscalls.h1293 #if !defined(__NR_fallocate)
1294 #define __NR_fallocate 324 macro
Dmips64_linux_syscalls.h1130 #if !defined(__NR_fallocate)
1131 #define __NR_fallocate (__NR_Linux + 279) macro
Darm_linux_syscalls.h1252 #if !defined(__NR_fallocate)
1253 #define __NR_fallocate (__NR_SYSCALL_BASE+352) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c861 #ifdef __NR_fallocate
862 { "fallocate", __NR_fallocate },
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h86 #define __NR_fallocate 47 macro
Dvki-scnums-s390x-linux.h282 #define __NR_fallocate 314 macro
Dvki-scnums-amd64-linux.h369 #define __NR_fallocate 285 macro
Dvki-scnums-arm-linux.h391 #define __NR_fallocate 352 macro
Dvki-scnums-ppc64-linux.h346 #define __NR_fallocate 309 macro
Dvki-scnums-ppc32-linux.h354 #define __NR_fallocate 309 macro
Dvki-scnums-x86-linux.h361 #define __NR_fallocate 324 macro
Dvki-scnums-mips64-linux.h318 #define __NR_fallocate (__NR_Linux + 279) macro
Dvki-scnums-mips32-linux.h360 #define __NR_fallocate (__NR_Linux + 320) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h289 #define __NR_fallocate 285 macro
Dunistd_32.h324 #define __NR_fallocate 324 macro
Dunistd_x32.h252 #define __NR_fallocate (__X32_SYSCALL_BIT + 285) macro
/external/strace/
Dscno.h863 #ifndef __NR_fallocate
864 # define __NR_fallocate (SYSCALL_BIT | 285) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h343 #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/
Dunistd.h162 #define __NR_fallocate 47 macro
163 __SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate)

12