Searched refs:sys32_readahead (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dsys_ia32.h42 asmlinkage ssize_t sys32_readahead(int, unsigned, unsigned, size_t);
/linux-4.1.27/arch/tile/kernel/
H A Dsys.c62 ssize_t sys32_readahead(int fd, u32 offset_lo, u32 offset_hi, u32 count) sys32_readahead() function
108 #define sys_readahead sys32_readahead
H A Dcompat.c94 #define compat_sys_readahead sys32_readahead
/linux-4.1.27/arch/tile/include/asm/
H A Dsyscalls.h35 ssize_t sys32_readahead(int fd, u32 offset_lo, u32 offset_hi, u32 count);
/linux-4.1.27/arch/mips/kernel/
H A Dlinux32.c136 asmlinkage ssize_t sys32_readahead(int fd, u32 pad0, u64 a2, u64 a3, sys32_readahead() function
H A Dscall64-o32.S436 PTR sys32_readahead
/linux-4.1.27/arch/sparc/kernel/
H A Dsys32.S39 SIGN1(sys32_readahead, compat_sys_readahead, %o0)
H A Dsystbls_64.S62 .word sys32_readahead, sys32_socketcall, sys_syslog, compat_sys_lookup_dcookie, sys32_fadvise64
/linux-4.1.27/arch/x86/ia32/
H A Dsys_ia32.c204 asmlinkage ssize_t sys32_readahead(int fd, unsigned off_lo, unsigned off_hi, sys32_readahead() function

Completed in 193 milliseconds