Home
last modified time | relevance | path

Searched refs:compat_off_t (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dcompat.h29 typedef s32 compat_off_t; typedef
65 compat_off_t st_size;
66 compat_off_t st_blksize;
67 compat_off_t st_blocks;
80 compat_off_t l_start;
81 compat_off_t l_len;
/linux-4.4.14/arch/sparc/include/asm/
Dcompat.h23 typedef s32 compat_off_t; typedef
59 compat_off_t st_size;
66 compat_off_t st_blksize;
67 compat_off_t st_blocks;
108 compat_off_t l_start;
109 compat_off_t l_len;
/linux-4.4.14/arch/arm64/include/asm/
Dcompat.h48 typedef s32 compat_off_t; typedef
96 compat_off_t st_size;
97 compat_off_t st_blksize;
98 compat_off_t st_blocks;
111 compat_off_t l_start;
112 compat_off_t l_len;
/linux-4.4.14/arch/mips/include/asm/
Dcompat.h28 typedef s32 compat_off_t; typedef
68 compat_off_t st_size;
84 compat_off_t l_start;
85 compat_off_t l_len;
/linux-4.4.14/arch/parisc/include/asm/
Dcompat.h25 typedef s32 compat_off_t; typedef
60 compat_off_t st_size;
86 compat_off_t l_start;
87 compat_off_t l_len;
/linux-4.4.14/drivers/char/agp/
Dcompat_ioctl.h59 compat_off_t pg_start; /* starting page to populate */
82 compat_off_t pg_start; /* starting page to populate */
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h28 typedef s32 compat_off_t; typedef
82 compat_off_t l_start;
83 compat_off_t l_len;
/linux-4.4.14/arch/tile/include/asm/
Dcompat.h31 typedef s32 compat_off_t; typedef
89 compat_off_t l_start;
90 compat_off_t l_len;
/linux-4.4.14/arch/s390/include/asm/
Dcompat.h63 typedef s32 compat_off_t; typedef
133 compat_off_t l_start;
134 compat_off_t l_len;
/linux-4.4.14/include/linux/
Dcompat.h207 compat_off_t d_off;
356 asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int);
538 asmlinkage long compat_sys_truncate(const char __user *, compat_off_t);
686 compat_off_t __user *offset, compat_size_t count);
/linux-4.4.14/fs/
Dread_write.c295 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
1293 compat_off_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()
Dopen.c148 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument