offset_high        65 arch/mips/kernel/linux32.c SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
offset_high        69 arch/mips/kernel/linux32.c 	return sys_llseek(fd, offset_high, offset_low, result, origin);
offset_high       100 arch/powerpc/include/asm/asm-prototypes.h long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
offset_high       100 arch/powerpc/kernel/sys_ppc32.c long ppc32_fadvise64(int fd, u32 unused, u32 offset_high, u32 offset_low,
offset_high       103 arch/powerpc/kernel/sys_ppc32.c 	return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, len,
offset_high       114 arch/powerpc/kernel/syscalls.c long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
offset_high       117 arch/powerpc/kernel/syscalls.c 	return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low,
offset_high        56 arch/x86/ia32/sys_ia32.c 		       unsigned long, offset_low, unsigned long, offset_high)
offset_high        59 arch/x86/ia32/sys_ia32.c 			    ((loff_t) offset_high << 32) | offset_low);
offset_high        63 arch/x86/ia32/sys_ia32.c 		       unsigned long, offset_low, unsigned long, offset_high)
offset_high        65 arch/x86/ia32/sys_ia32.c 	return ksys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low);
offset_high       194 arch/x86/ia32/sys_ia32.c 		       __u32, offset_high, __u32, len_low, __u32, len_high,
offset_high       198 arch/x86/ia32/sys_ia32.c 				 (((u64)offset_high)<<32) | offset_low,
offset_high        97 arch/x86/include/asm/desc.h 	gate->offset_high	= (u32) (func >> 32);
offset_high        83 arch/x86/include/asm/desc_defs.h 	u32		offset_high;
offset_high        94 arch/x86/include/asm/desc_defs.h 		((unsigned long) g->offset_high << 32);
offset_high       212 arch/x86/kernel/idt.c 	gate->offset_high	= (u32) (addr >> 32);
offset_high        40 drivers/firewire/core-transaction.c #define HEADER_OFFSET_HIGH(offset_high)	((offset_high) << 0)
offset_high      1044 drivers/gpu/drm/i915/gem/selftests/huge_pages.c 		u64 offset_high = (max - num) * max_page_size;
offset_high      1065 drivers/gpu/drm/i915/gem/selftests/huge_pages.c 		err = __igt_write_huge(ctx, engine, obj, size, offset_high,
offset_high      1072 drivers/gpu/drm/i915/gem/selftests/huge_pages.c 				__func__, engine->id, offset_low, offset_high,
offset_high       125 drivers/media/pci/cx18/cx18-driver.h 	__le32 offset_high;
offset_high       685 drivers/media/pci/cx18/cx18-ioctl.c 		e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32)
offset_high      1156 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	u8 offset_high;
offset_high        38 drivers/net/ethernet/intel/ice/ice_nvm.c 	cmd->offset_high = (offset >> 16) & 0xFF;
offset_high       227 drivers/staging/fieldbus/anybuss/host.c 	__be16 offset_high;
offset_high       837 drivers/staging/fieldbus/anybuss/host.c 	h->offset_high = cpu_to_be16(0);
offset_high       335 fs/read_write.c SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high,
offset_high       350 fs/read_write.c 	offset = vfs_llseek(f.file, ((loff_t) offset_high << 32) | offset_low,
offset_high       458 include/linux/syscalls.h asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,
offset_high       179 tools/firewire/decode-fcp.c 	    ((unsigned long long) t->request->packet.common.offset_high << 32) |
offset_high        87 tools/firewire/nosy-dump.h 			uint32_t offset_high:16;