Searched refs:sys_fadvise64_64 (Results 1 - 31 of 31) sorted by relevance

/linux-4.4.14/arch/sh/kernel/
H A Dsys_sh32.c53 return sys_fadvise64_64(fd, (u64)offset1 << 32 | offset0, sys_fadvise64_64_wrapper()
56 return sys_fadvise64_64(fd, (u64)offset0 << 32 | offset1, sys_fadvise64_64_wrapper()
H A Dsyscalls_64.S329 .long sys_fadvise64_64 /* 300 */
/linux-4.4.14/arch/arm/kernel/
H A Dsys_arm.c38 return sys_fadvise64_64(fd, offset, len, advice); sys_arm_fadvise64_64()
/linux-4.4.14/arch/c6x/kernel/
H A Dsys_c6x.c61 #define sys_fadvise64_64 sys_fadvise64_64_c6x macro
H A Dentry.S692 MVKL .S1 sys_fadvise64_64,A0
693 MVKH .S1 sys_fadvise64_64,A0
696 B .S2 sys_fadvise64_64
/linux-4.4.14/arch/tile/kernel/
H A Dsys.c70 return sys_fadvise64_64(fd, ((loff_t)offset_hi << 32) | offset_lo, sys32_fadvise64_64()
107 #define sys_fadvise64_64 sys32_fadvise64_64 macro
/linux-4.4.14/arch/metag/kernel/
H A Dsys_metag.c124 return sys_fadvise64_64(fd, merge_64(offs_hi, offs_lo), sys_fadvise64_64_metag()
167 #define sys_fadvise64_64 sys_fadvise64_64_metag macro
/linux-4.4.14/arch/xtensa/kernel/
H A Dsyscall.c57 return sys_fadvise64_64(fd, offset, len, advice); xtensa_fadvise64_64()
/linux-4.4.14/mm/
H A Dfadvise.c159 return sys_fadvise64_64(fd, offset, len, advice); SYSCALL_DEFINE4()
/linux-4.4.14/arch/sparc/kernel/
H A Dsys_sparc32.c229 return sys_fadvise64_64(fd, (offhi << 32) | offlo, len, advice); compat_sys_fadvise64()
237 return sys_fadvise64_64(fd, compat_sys_fadvise64_64()
H A Dsystbls_32.S61 /*210*/ .long sys_fadvise64_64, sys_tgkill, sys_waitpid, sys_swapoff, sys_sysinfo
H A Dsystbls_64.S144 /*210*/ .word sys_fadvise64_64, sys_tgkill, sys_waitpid, sys_swapoff, sys_sysinfo
/linux-4.4.14/arch/x86/ia32/
H A Dsys_ia32.c198 return sys_fadvise64_64(fd, sys32_fadvise64_64()
221 return sys_fadvise64_64(fd, ((u64)offset_hi << 32) | offset_lo, sys32_fadvise64()
/linux-4.4.14/kernel/
H A Dsys_ni.c161 cond_syscall(sys_fadvise64_64); variable
/linux-4.4.14/arch/mips/kernel/
H A Dlinux32.c157 return sys_fadvise64_64(fd, sys32_fadvise64_64()
H A Dscall64-64.S331 PTR sys_fadvise64_64 /* 5215 */
H A Dscall64-n32.S318 PTR sys_fadvise64_64
H A Dscall32-o32.S492 PTR sys_fadvise64_64
/linux-4.4.14/arch/m68k/kernel/
H A Dsyscalltable.S290 .long sys_fadvise64_64
/linux-4.4.14/arch/avr32/kernel/
H A Dsyscall_table.S240 .long sys_fadvise64_64
/linux-4.4.14/arch/s390/kernel/
H A Dsyscalls.S264 SYSCALL(sys_fadvise64_64,compat_sys_s390_fadvise64)
H A Dcompat_linux.c505 return sys_fadvise64_64(a.fd, a.offset, a.len, a.advice); COMPAT_SYSCALL_DEFINE1()
/linux-4.4.14/arch/parisc/kernel/
H A Dsys_parisc.c352 return sys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, parisc_fadvise64_64()
/linux-4.4.14/arch/microblaze/include/uapi/asm/
H A Dunistd.h265 #define __NR_fadvise64 250 /* remove -> sys_fadvise64_64 */
/linux-4.4.14/include/uapi/asm-generic/
H A Dunistd.h611 __SC_COMP(__NR3264_fadvise64, sys_fadvise64_64, compat_sys_fadvise64_64)
/linux-4.4.14/arch/mn10300/kernel/
H A Dentry.S702 .long sys_fadvise64_64
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dentry.S878 .long sys_fadvise64_64
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dentry.S809 .long sys_fadvise64_64
/linux-4.4.14/include/linux/
H A Dsyscalls.h461 asmlinkage long sys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice);
/linux-4.4.14/arch/frv/kernel/
H A Dentry.S1452 .long sys_fadvise64_64
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1662 data8 sys_fadvise64_64

Completed in 479 milliseconds