Searched refs:compat_loff_t (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dcompat.h30 typedef s64 compat_loff_t; typedef
92 compat_loff_t l_start;
93 compat_loff_t l_len;
/linux-4.4.14/arch/mips/include/asm/
H A Dcompat.h29 typedef s64 compat_loff_t; typedef
99 compat_loff_t l_start;
100 compat_loff_t l_len;
/linux-4.4.14/arch/sparc/include/asm/
H A Dcompat.h24 typedef s64 compat_loff_t; typedef
121 compat_loff_t l_start;
122 compat_loff_t l_len;
/linux-4.4.14/arch/parisc/include/asm/
H A Dcompat.h26 typedef s64 compat_loff_t; typedef
94 compat_loff_t l_start;
95 compat_loff_t l_len;
/linux-4.4.14/arch/tile/include/asm/
H A Dcompat.h46 typedef __kernel_loff_t compat_loff_t; typedef
101 compat_loff_t l_start;
102 compat_loff_t l_len;
/linux-4.4.14/arch/x86/include/asm/
H A Dcompat.h29 typedef s64 compat_loff_t; typedef
98 compat_loff_t l_start;
99 compat_loff_t l_len;
/linux-4.4.14/kernel/power/
H A Duser.c398 compat_loff_t offset;
405 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); snapshot_compat_ioctl()
411 compat_loff_t __user *uoffset = compat_ptr(arg); snapshot_compat_ioctl()
/linux-4.4.14/arch/s390/include/asm/
H A Dcompat.h64 typedef s64 compat_loff_t; typedef
145 compat_loff_t l_start;
146 compat_loff_t l_len;
/linux-4.4.14/arch/arm64/include/asm/
H A Dcompat.h49 typedef s64 compat_loff_t; typedef
123 compat_loff_t l_start;
124 compat_loff_t l_len;
/linux-4.4.14/include/linux/
H A Dcompat.h688 compat_loff_t __user *offset, compat_size_t count);
/linux-4.4.14/fs/
H A Dread_write.c1313 compat_loff_t __user *, offset, compat_size_t, count) COMPAT_SYSCALL_DEFINE4()

Completed in 258 milliseconds