Searched refs:compat_off_t (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | compat.h | 29 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/ |
D | compat.h | 23 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/ |
D | compat.h | 48 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/ |
D | compat.h | 28 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/ |
D | compat.h | 25 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/ |
D | compat.h | 29 typedef s32 compat_off_t; typedef 74 compat_off_t l_start; 75 compat_off_t l_len;
|
/Linux-v4.19/drivers/char/agp/ |
D | compat_ioctl.h | 59 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/ |
D | compat.h | 65 typedef s32 compat_off_t; typedef 125 compat_off_t l_start; 126 compat_off_t l_len;
|
/Linux-v4.19/include/linux/ |
D | compat.h | 336 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/ |
D | open.c | 148 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|
D | read_write.c | 328 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()
|