Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcompat.h66 compat_loff_t l_start;
67 compat_loff_t l_len;
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcompat.h84 compat_loff_t l_start;
85 compat_loff_t l_len;
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcompat.h95 compat_loff_t l_start;
96 compat_loff_t l_len;
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcompat.h68 compat_loff_t l_start;
69 compat_loff_t l_len;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcompat.h70 compat_loff_t l_start;
71 compat_loff_t l_len;
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcompat.h71 compat_loff_t l_start;
72 compat_loff_t l_len;
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcompat.h121 compat_loff_t l_start;
122 compat_loff_t l_len;
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dcompat.h12 typedef s64 compat_loff_t; typedef
/OK3568_Linux_fs/kernel/kernel/power/
H A Duser.c205 compat_loff_t offset;
423 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); in snapshot_compat_ioctl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h565 compat_loff_t __user *offset, compat_size_t count);
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c1343 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()