Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dcompat.h29 typedef s32 compat_off_t; typedef
55 compat_off_t st_size;
56 compat_off_t st_blksize;
57 compat_off_t st_blocks;
70 compat_off_t l_start;
71 compat_off_t l_len;
/Linux-v4.19/arch/sparc/include/asm/
Dcompat.h23 typedef s32 compat_off_t; typedef
49 compat_off_t st_size;
56 compat_off_t st_blksize;
57 compat_off_t st_blocks;
98 compat_off_t l_start;
99 compat_off_t l_len;
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h48 typedef s32 compat_off_t; typedef
86 compat_off_t st_size;
87 compat_off_t st_blksize;
88 compat_off_t st_blocks;
101 compat_off_t l_start;
102 compat_off_t l_len;
/Linux-v4.19/arch/mips/include/asm/
Dcompat.h28 typedef s32 compat_off_t; typedef
60 compat_off_t st_size;
76 compat_off_t l_start;
77 compat_off_t l_len;
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h25 typedef s32 compat_off_t; typedef
50 compat_off_t st_size;
76 compat_off_t l_start;
77 compat_off_t l_len;
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h29 typedef s32 compat_off_t; typedef
74 compat_off_t l_start;
75 compat_off_t l_len;
/Linux-v4.19/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-v4.19/arch/s390/include/asm/
Dcompat.h65 typedef s32 compat_off_t; typedef
125 compat_off_t l_start;
126 compat_off_t l_len;
/Linux-v4.19/include/linux/
Dcompat.h336 compat_off_t d_off;
599 asmlinkage long compat_sys_truncate(const char __user *, compat_off_t);
611 asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int);
637 compat_off_t __user *offset, compat_size_t count);
/Linux-v4.19/fs/
Dopen.c148 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
Dread_write.c328 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
1506 compat_off_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()