Home
last modified time | relevance | path

Searched refs:len_high (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/s390/kernel/
Dsys_s390.c137 u32 len_high, u32 len_low) in SYSCALL_DEFINE()
139 return sys_fallocate(fd, mode, offset, ((u64)len_high << 32) | len_low); in SYSCALL_DEFINE()
143 long len_high, long len_low) in SyS_s390_fallocate() argument
146 (u32) len_high, (u32) len_low); in SyS_s390_fallocate()
Dentry.h57 long sys_s390_fallocate(int fd, int mode, loff_t offset, u32 len_high,
/linux-3.4.99/arch/powerpc/kernel/
Dsyscalls.c120 u32 len_high, u32 len_low) in ppc_fadvise64_64() argument
123 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
/linux-3.4.99/arch/x86/ia32/
Dsys_ia32.c452 __u32 len_low, __u32 len_high, int advice) in sys32_fadvise64_64() argument
456 (((u64)len_high)<<32) | len_low, in sys32_fadvise64_64()