Searched refs:sys_fadvise64 (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/arch/c6x/kernel/ |
D | sys_c6x.c | 60 #define sys_fadvise64 sys_fadvise64_c6x macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | sys_ppc32.c | 116 return sys_fadvise64(fd, (u64)offset_high << 32 | offset_low, len, in ppc32_fadvise64()
|
D | syscalls.c | 121 return sys_fadvise64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 240 SYSX_SPU(sys_fadvise64,ppc32_fadvise64,sys_fadvise64)
|
/linux-4.4.14/arch/m32r/kernel/ |
D | syscall_table.S | 252 .long sys_fadvise64 /* 250 */
|
/linux-4.4.14/arch/avr32/kernel/ |
D | syscall_table.S | 218 .long sys_fadvise64
|
/linux-4.4.14/arch/sparc/kernel/ |
D | systbls_32.S | 60 /*205*/ .long sys_readahead, sys_socketcall, sys_syslog, sys_lookup_dcookie, sys_fadvise64
|
D | systbls_64.S | 143 .word sys_readahead, sys_socketcall, sys_syslog, sys_lookup_dcookie, sys_fadvise64
|
/linux-4.4.14/arch/sh/kernel/ |
D | syscalls_32.S | 269 .long sys_fadvise64 /* 250 */
|
D | syscalls_64.S | 306 .long sys_fadvise64
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | syscall_table.S | 253 .long sys_fadvise64 /* 250 */
|
/linux-4.4.14/arch/m68k/kernel/ |
D | syscalltable.S | 269 .long sys_fadvise64
|
/linux-4.4.14/kernel/ |
D | sys_ni.c | 160 cond_syscall(sys_fadvise64);
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_linux.c | 485 return sys_fadvise64(fd, (unsigned long)high << 32 | low, len, advise); in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | entry.S | 680 .long sys_fadvise64 /* 250 */
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 230 221 common fadvise64 sys_fadvise64
|
D | syscall_32.tbl | 259 250 i386 fadvise64 sys_fadvise64 sys32_fadvise64
|
/linux-4.4.14/arch/alpha/kernel/ |
D | systbls.S | 434 .quad sys_fadvise64
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 787 .long sys_fadvise64 /* 250 */
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | unistd.h | 804 __SYSCALL(__NR_fadvise64, sys_fadvise64)
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 856 .long sys_fadvise64 /* 250 */
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 460 asmlinkage long sys_fadvise64(int fd, loff_t offset, size_t len, int advice);
|