Searched refs:compat_off_t (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | compat.h | 29 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/ |
D | compat.h | 23 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/ |
D | compat.h | 48 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/ |
D | compat.h | 28 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/ |
D | compat.h | 25 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/ |
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-4.4.14/arch/x86/include/asm/ |
D | compat.h | 28 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/ |
D | compat.h | 31 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/ |
D | compat.h | 63 typedef s32 compat_off_t; typedef 133 compat_off_t l_start; 134 compat_off_t l_len;
|
/linux-4.4.14/include/linux/ |
D | compat.h | 207 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/ |
D | read_write.c | 295 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()
|
D | open.c | 148 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|