Searched refs:__NR_fallocate (Results 1 - 25 of 34) sorted by relevance

12

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h369 #define __NR_fallocate 285 macro
H A Dvki-scnums-arm64-linux.h86 #define __NR_fallocate 47 macro
H A Dvki-scnums-s390x-linux.h282 #define __NR_fallocate 314 macro
H A Dvki-scnums-tilegx-linux.h115 #define __NR_fallocate 47 macro
H A Dvki-scnums-arm-linux.h391 #define __NR_fallocate 352 macro
H A Dvki-scnums-ppc32-linux.h354 #define __NR_fallocate 309 macro
H A Dvki-scnums-ppc64-linux.h346 #define __NR_fallocate 309 macro
H A Dvki-scnums-x86-linux.h361 #define __NR_fallocate 324 macro
H A Dvki-scnums-mips64-linux.h318 #define __NR_fallocate (__NR_Linux + 279) macro
H A Dvki-scnums-mips32-linux.h360 #define __NR_fallocate (__NR_Linux + 320) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h198 #if !defined(__NR_fallocate)
199 #define __NR_fallocate 47 macro
H A Dx86_64_linux_syscalls.h1153 #if !defined(__NR_fallocate)
1154 #define __NR_fallocate 285 macro
H A Dx86_32_linux_syscalls.h1293 #if !defined(__NR_fallocate)
1294 #define __NR_fallocate 324 macro
H A Darm_linux_syscalls.h1252 #if !defined(__NR_fallocate)
1253 #define __NR_fallocate (__NR_SYSCALL_BASE+352) macro
H A Dmips64_linux_syscalls.h1130 #if !defined(__NR_fallocate)
1131 #define __NR_fallocate (__NR_Linux + 279) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h324 #define __NR_fallocate 324 macro
H A Dunistd_64.h289 #define __NR_fallocate 285 macro
H A Dunistd_x32.h252 #define __NR_fallocate (__X32_SYSCALL_BIT + 285) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h343 #define __NR_fallocate (__NR_Linux + 320) macro
679 #define __NR_fallocate (__NR_Linux + 279) macro
1020 #define __NR_fallocate (__NR_Linux + 283) macro
/external/e2fsprogs/misc/
H A De4defrag.c238 #ifndef __NR_fallocate
239 #error Your kernel headers dont define __NR_fallocate
252 return syscall(__NR_fallocate, fd, mode, offset, len);
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h381 #define __NR_fallocate (__NR_SYSCALL_BASE+352) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc200 case __NR_fallocate:
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h159 #define __NR_fallocate 47 macro
160 __SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate)
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h840 #ifndef __NR_fallocate
841 #define __NR_fallocate 324 macro
976 #ifndef __NR_fallocate
977 #define __NR_fallocate 47 macro
1127 #ifndef __NR_fallocate
1128 #define __NR_fallocate 285 macro
1846 #define __NR__fallocate __NR_fallocate
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c903 LINX_(__NR_fallocate, sys_fallocate), // 47

Completed in 172 milliseconds

12