/linux-4.4.14/arch/tile/kernel/ |
D | sys.c | 64 return sys_readahead(fd, ((loff_t)offset_hi << 32) | offset_lo, count); in sys32_readahead() 108 #define sys_readahead sys32_readahead macro
|
/linux-4.4.14/arch/metag/kernel/ |
D | sys_metag.c | 131 return sys_readahead(fd, merge_64(hi, lo), count); in sys_readahead_metag() 168 #define sys_readahead sys_readahead_metag macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | sys_ppc32.c | 91 return sys_readahead(fd, ((loff_t)offhi << 32) | offlo, count); in compat_sys_readahead()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | entry32.S | 100 b sys_readahead
|
/linux-4.4.14/arch/mips/kernel/ |
D | linux32.c | 139 return sys_readahead(fd, merge_64(a2, a3), count); in sys32_readahead()
|
D | scall64-n32.S | 281 PTR sys_readahead
|
D | scall64-64.S | 295 PTR sys_readahead
|
D | scall32-o32.S | 449 PTR sys_readahead
|
/linux-4.4.14/arch/m32r/kernel/ |
D | entry.S | 72 #define sys_readahead sys_ni_syscall macro
|
D | syscall_table.S | 227 .long sys_readahead /* 225 */
|
/linux-4.4.14/arch/avr32/kernel/ |
D | syscall_table.S | 193 .long sys_readahead
|
/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 | sys_sparc32.c | 221 return sys_readahead(fd, (offhi << 32) | offlo, count); in compat_sys_readahead()
|
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 | 244 .long sys_readahead /* 225 */
|
D | syscalls_64.S | 281 .long sys_readahead
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | syscall_table.S | 228 .long sys_readahead /* 225 */
|
/linux-4.4.14/arch/x86/ia32/ |
D | sys_ia32.c | 207 return sys_readahead(fd, ((u64)off_hi << 32) | off_lo, count); in sys32_readahead()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | syscalltable.S | 263 .long sys_readahead /* 240 */
|
/linux-4.4.14/arch/parisc/kernel/ |
D | sys_parisc.c | 345 return sys_readahead(fd, (loff_t)high << 32 | low, count); in parisc_readahead()
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-common.S | 403 b sys_readahead
|
D | calls.S | 237 /* 225 */ CALL(ABI(sys_readahead, sys_oabi_readahead))
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_linux.c | 330 return sys_readahead(fd, (unsigned long)high << 32 | low, count); in COMPAT_SYSCALL_DEFINE4()
|
D | syscalls.S | 233 SYSCALL(sys_readahead,compat_sys_s390_readahead)
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 573 __SYSCALL(260, sys_readahead, 5)
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | entry.S | 655 .long sys_readahead /* 225 */
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 196 187 common readahead sys_readahead
|
D | syscall_32.tbl | 234 225 i386 readahead sys_readahead sys32_readahead
|
/linux-4.4.14/arch/alpha/kernel/ |
D | systbls.S | 400 .quad sys_readahead
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 762 .long sys_readahead /* 225 */
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | unistd.h | 583 __SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead)
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 831 .long sys_readahead /* 225 */
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 563 asmlinkage long sys_readahead(int fd, loff_t offset, size_t count);
|
/linux-4.4.14/arch/ia64/kernel/ |
D | entry.S | 1644 data8 sys_readahead
|