Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dcompat.h68 compat_loff_t l_start;
69 compat_loff_t l_len;
/Linux-v5.4/arch/sparc/include/asm/
Dcompat.h96 compat_loff_t l_start;
97 compat_loff_t l_len;
/Linux-v5.4/arch/arm64/include/asm/
Dcompat.h85 compat_loff_t l_start;
86 compat_loff_t l_len;
/Linux-v5.4/arch/parisc/include/asm/
Dcompat.h70 compat_loff_t l_start;
71 compat_loff_t l_len;
/Linux-v5.4/arch/mips/include/asm/
Dcompat.h72 compat_loff_t l_start;
73 compat_loff_t l_len;
/Linux-v5.4/arch/x86/include/asm/
Dcompat.h75 compat_loff_t l_start;
76 compat_loff_t l_len;
/Linux-v5.4/include/asm-generic/
Dcompat.h12 typedef s64 compat_loff_t; typedef
/Linux-v5.4/arch/s390/include/asm/
Dcompat.h123 compat_loff_t l_start;
124 compat_loff_t l_len;
/Linux-v5.4/kernel/power/
Duser.c400 compat_loff_t offset;
407 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); in snapshot_compat_ioctl()
413 compat_loff_t __user *uoffset = compat_ptr(arg); in snapshot_compat_ioctl()
/Linux-v5.4/include/linux/
Dcompat.h611 compat_loff_t __user *offset, compat_size_t count);
/Linux-v5.4/fs/
Dread_write.c1550 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()