Searched refs:compat_loff_t (Results 1 – 11 of 11) sorted by relevance
24 typedef s64 compat_loff_t; typedef121 compat_loff_t l_start;122 compat_loff_t l_len;
30 typedef s64 compat_loff_t; typedef92 compat_loff_t l_start;93 compat_loff_t l_len;
29 typedef s64 compat_loff_t; typedef99 compat_loff_t l_start;100 compat_loff_t l_len;
46 typedef __kernel_loff_t compat_loff_t; typedef101 compat_loff_t l_start;102 compat_loff_t l_len;
50 typedef s64 compat_loff_t; typedef124 compat_loff_t l_start;125 compat_loff_t l_len;
26 typedef s64 compat_loff_t; typedef94 compat_loff_t l_start;95 compat_loff_t l_len;
29 typedef s64 compat_loff_t; typedef98 compat_loff_t l_start;99 compat_loff_t l_len;
64 typedef s64 compat_loff_t; typedef145 compat_loff_t l_start;146 compat_loff_t l_len;
398 compat_loff_t offset;405 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); in snapshot_compat_ioctl()411 compat_loff_t __user *uoffset = compat_ptr(arg); in snapshot_compat_ioctl()
688 compat_loff_t __user *offset, compat_size_t count);
1313 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()