Home
last modified time | relevance | path

Searched refs:offset_high (Results 1 – 8 of 8) sorted by relevance

/arch/x86/ia32/
Dsys_ia32.c56 unsigned long, offset_low, unsigned long, offset_high) in COMPAT_SYSCALL_DEFINE3() argument
59 ((loff_t) offset_high << 32) | offset_low); in COMPAT_SYSCALL_DEFINE3()
63 unsigned long, offset_low, unsigned long, offset_high) in COMPAT_SYSCALL_DEFINE3() argument
65 return ksys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low); in COMPAT_SYSCALL_DEFINE3()
194 __u32, offset_high, __u32, len_low, __u32, len_high, in COMPAT_SYSCALL_DEFINE6() argument
198 (((u64)offset_high)<<32) | offset_low, in COMPAT_SYSCALL_DEFINE6()
/arch/powerpc/kernel/
Dsys_ppc32.c100 long ppc32_fadvise64(int fd, u32 unused, u32 offset_high, u32 offset_low, in ppc32_fadvise64() argument
103 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, len, in ppc32_fadvise64()
Dsyscalls.c114 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64() argument
117 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
/arch/x86/include/asm/
Ddesc_defs.h83 u32 offset_high; member
94 ((unsigned long) g->offset_high << 32); in gate_offset()
Ddesc.h97 gate->offset_high = (u32) (func >> 32); in pack_gate()
/arch/mips/kernel/
Dlinux32.c65 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
69 return sys_llseek(fd, offset_high, offset_low, result, origin);
/arch/powerpc/include/asm/
Dasm-prototypes.h100 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
/arch/x86/kernel/
Didt.c212 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()