Searched refs:offset_high (Results 1 – 8 of 8) sorted by relevance
/arch/x86/ia32/ |
D | sys_ia32.c | 56 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/ |
D | sys_ppc32.c | 100 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()
|
D | syscalls.c | 114 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/ |
D | desc_defs.h | 83 u32 offset_high; member 94 ((unsigned long) g->offset_high << 32); in gate_offset()
|
D | desc.h | 97 gate->offset_high = (u32) (func >> 32); in pack_gate()
|
/arch/mips/kernel/ |
D | linux32.c | 65 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/ |
D | asm-prototypes.h | 100 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
|
/arch/x86/kernel/ |
D | idt.c | 212 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
|