/Linux-v5.4/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() 193 COMPAT_SYSCALL_DEFINE6(x86_fadvise64_64, int, fd, __u32, offset_low, in COMPAT_SYSCALL_DEFINE6() argument 198 (((u64)offset_high)<<32) | offset_low, in COMPAT_SYSCALL_DEFINE6()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | desc_defs.h | 78 u16 offset_low; member 93 return g->offset_low | ((unsigned long)g->offset_middle << 16) | in gate_offset() 96 return g->offset_low | ((unsigned long)g->offset_middle << 16); in gate_offset()
|
D | desc.h | 87 gate->offset_low = (u16) func; in pack_gate()
|
/Linux-v5.4/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()
|
/Linux-v5.4/arch/mips/kernel/ |
D | linux32.c | 66 unsigned int, offset_low, loff_t __user *, result, 69 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
/Linux-v5.4/tools/firewire/ |
D | decode-fcp.c | 180 t->request->packet.common.offset_low; in decode_fcp()
|
D | nosy-dump.h | 90 uint32_t offset_low; member
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
D | huge_pages.c | 1043 u64 offset_low = num * max_page_size; in igt_write_huge() local 1057 offset_low = round_down(offset_low, in igt_write_huge() 1060 err = __igt_write_huge(ctx, engine, obj, size, offset_low, in igt_write_huge() 1072 __func__, engine->id, offset_low, offset_high, in igt_write_huge()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 100 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
|
/Linux-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_nvm.c | 37 cmd->offset_low = cpu_to_le16(offset & 0xFFFF); in ice_aq_read_nvm()
|
D | ice_adminq_cmd.h | 1155 __le16 offset_low; member
|
/Linux-v5.4/arch/x86/kernel/ |
D | idt.c | 207 gate->offset_low = (u16) addr; in idt_init_desc()
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-driver.h | 124 __le32 offset_low; member
|
D | cx18-ioctl.c | 686 | le32_to_cpu(e_buf->offset_low); in _cx18_process_idx_data()
|
/Linux-v5.4/drivers/staging/fieldbus/anybuss/ |
D | host.c | 228 __be16 offset_low; member 838 h->offset_low = cpu_to_be16(0); in _anybus_mbox_cmd()
|
/Linux-v5.4/fs/ |
D | read_write.c | 336 unsigned long, offset_low, loff_t __user *, result, in SYSCALL_DEFINE5() argument 350 offset = vfs_llseek(f.file, ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
|
/Linux-v5.4/include/linux/ |
D | syscalls.h | 459 unsigned long offset_low, loff_t __user *result,
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 1645 u32 offset_low; // Offset in the file of the
|