/linux-4.4.14/arch/x86/ia32/ |
D | sys_ia32.c | 55 unsigned long offset_high) in sys32_truncate64() argument 57 return sys_truncate(filename, ((loff_t) offset_high << 32) | offset_low); in sys32_truncate64() 61 unsigned long offset_high) 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/ |
D | desc_defs.h | 56 u32 offset_high; member 84 …(g).offset_low | ((unsigned long)(g).offset_middle << 16) | ((unsigned long)(g).offset_high << 32))
|
D | desc.h | 67 gate->offset_high = PTR_HIGH(func); in pack_gate()
|
/linux-4.4.14/arch/tile/kernel/ |
D | compat.c | 81 COMPAT_SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned int, offset_high, 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/ |
D | sys_ppc32.c | 113 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()
|
D | syscalls.c | 118 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/ |
D | linux32.c | 99 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high, 103 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
/linux-4.4.14/tools/firewire/ |
D | decode-fcp.c | 178 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
|
D | nosy-dump.h | 86 uint32_t offset_high:16; member
|
/linux-4.4.14/arch/tile/include/asm/ |
D | compat.h | 289 long compat_sys_llseek(unsigned int fd, unsigned int offset_high,
|
/linux-4.4.14/drivers/firewire/ |
D | core-transaction.c | 53 #define HEADER_OFFSET_HIGH(offset_high) ((offset_high) << 0) argument
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-driver.h | 139 __le32 offset_high; member
|
D | cx18-ioctl.c | 701 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data()
|
/linux-4.4.14/fs/ |
D | read_write.c | 302 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, 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/ |
D | fw-encoder-api.txt | 409 u32 offset_high; // start of this frame
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 559 asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,
|