Searched refs:len_high (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/s390/kernel/ |
D | sys_s390.c | 137 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()
|
D | entry.h | 57 long sys_s390_fallocate(int fd, int mode, loff_t offset, u32 len_high,
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | syscalls.c | 120 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/ |
D | sys_ia32.c | 452 __u32 len_low, __u32 len_high, int advice) in sys32_fadvise64_64() argument 456 (((u64)len_high)<<32) | len_low, in sys32_fadvise64_64()
|