Home
last modified time | relevance | path

Searched refs:offset_low (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/x86/ia32/
Dsys_ia32.c54 unsigned long offset_low, in sys32_truncate64() argument
57 return sys_truncate(filename, ((loff_t) offset_high << 32) | offset_low); in sys32_truncate64()
60 asmlinkage long sys32_ftruncate64(unsigned int fd, unsigned long offset_low, in sys32_ftruncate64() argument
63 return sys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low); in sys32_ftruncate64()
195 long sys32_fadvise64_64(int fd, __u32 offset_low, __u32 offset_high, in sys32_fadvise64_64() argument
199 (((u64)offset_high)<<32) | offset_low, in sys32_fadvise64_64()
/linux-4.4.14/arch/x86/include/asm/
Ddesc_defs.h52 u16 offset_low; member
84 #define gate_offset(g) ((g).offset_low | ((unsigned long)(g).offset_middle << 16) | ((unsigned long…
Ddesc.h58 gate->offset_low = PTR_LOW(func); in pack_gate()
/linux-4.4.14/arch/tile/kernel/
Dcompat.c82 unsigned int, offset_low, loff_t __user *, result, in COMPAT_SYSCALL_DEFINE5() argument
85 return sys_llseek(fd, offset_high, offset_low, result, origin); in COMPAT_SYSCALL_DEFINE5()
/linux-4.4.14/arch/powerpc/kernel/
Dsys_ppc32.c113 long ppc32_fadvise64(int fd, u32 unused, u32 offset_high, u32 offset_low, in ppc32_fadvise64() argument
116 return sys_fadvise64(fd, (u64)offset_high << 32 | offset_low, len, in ppc32_fadvise64()
Dsyscalls.c118 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64() argument
121 return sys_fadvise64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
/linux-4.4.14/arch/mips/kernel/
Dlinux32.c100 unsigned int, offset_low, loff_t __user *, result,
103 return sys_llseek(fd, offset_high, offset_low, result, origin);
/linux-4.4.14/tools/firewire/
Ddecode-fcp.c179 t->request->packet.common.offset_low; in decode_fcp()
Dnosy-dump.h89 uint32_t offset_low; member
/linux-4.4.14/arch/tile/include/asm/
Dcompat.h290 unsigned int offset_low, loff_t __user * result,
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-driver.h138 __le32 offset_low; member
Dcx18-ioctl.c702 | le32_to_cpu(e_buf->offset_low); in _cx18_process_idx_data()
/linux-4.4.14/fs/
Dread_write.c303 unsigned long, offset_low, loff_t __user *, result, in SYSCALL_DEFINE5() argument
317 offset = vfs_llseek(f.file, ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt408 u32 offset_low; // Offset in the file of the
/linux-4.4.14/include/linux/
Dsyscalls.h560 unsigned long offset_low, loff_t __user *result,