Home
last modified time | relevance | path

Searched refs:compat_loff_t (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dcompat.h30 typedef s64 compat_loff_t; typedef
82 compat_loff_t l_start;
83 compat_loff_t l_len;
/Linux-v4.19/arch/sparc/include/asm/
Dcompat.h24 typedef s64 compat_loff_t; typedef
111 compat_loff_t l_start;
112 compat_loff_t l_len;
/Linux-v4.19/arch/mips/include/asm/
Dcompat.h29 typedef s64 compat_loff_t; typedef
90 compat_loff_t l_start;
91 compat_loff_t l_len;
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h26 typedef s64 compat_loff_t; typedef
84 compat_loff_t l_start;
85 compat_loff_t l_len;
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h49 typedef s64 compat_loff_t; typedef
113 compat_loff_t l_start;
114 compat_loff_t l_len;
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h30 typedef s64 compat_loff_t; typedef
90 compat_loff_t l_start;
91 compat_loff_t l_len;
/Linux-v4.19/arch/s390/include/asm/
Dcompat.h66 typedef s64 compat_loff_t; typedef
137 compat_loff_t l_start;
138 compat_loff_t l_len;
/Linux-v4.19/kernel/power/
Duser.c405 compat_loff_t offset;
412 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); in snapshot_compat_ioctl()
418 compat_loff_t __user *uoffset = compat_ptr(arg); in snapshot_compat_ioctl()
/Linux-v4.19/include/linux/
Dcompat.h639 compat_loff_t __user *offset, compat_size_t count);
/Linux-v4.19/fs/
Dread_write.c1526 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()