Searched refs:compat_off_t (Results 1 – 12 of 12) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | compat.h | 35 compat_off_t st_size; 36 compat_off_t st_blksize; 37 compat_off_t st_blocks; 50 compat_off_t l_start; 51 compat_off_t l_len;
|
/linux/arch/sparc/include/asm/ |
A D | compat.h | 32 compat_off_t st_size; 39 compat_off_t st_blksize; 40 compat_off_t st_blocks; 81 compat_off_t l_start; 82 compat_off_t l_len;
|
/linux/arch/arm64/include/asm/ |
A D | compat.h | 56 compat_off_t st_size; 57 compat_off_t st_blksize; 58 compat_off_t st_blocks; 71 compat_off_t l_start; 72 compat_off_t l_len;
|
/linux/arch/mips/include/asm/ |
A D | compat.h | 45 compat_off_t st_size; 61 compat_off_t l_start; 62 compat_off_t l_len;
|
/linux/arch/parisc/include/asm/ |
A D | compat.h | 33 compat_off_t st_size; 59 compat_off_t l_start; 60 compat_off_t l_len;
|
/linux/drivers/char/agp/ |
A 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/arch/x86/include/asm/ |
A D | compat.h | 56 compat_off_t l_start; 57 compat_off_t l_len;
|
/linux/arch/s390/include/asm/ |
A D | compat.h | 108 compat_off_t l_start; 109 compat_off_t l_len;
|
/linux/include/asm-generic/ |
A D | compat.h | 11 typedef s32 compat_off_t; typedef
|
/linux/include/linux/ |
A D | compat.h | 288 compat_off_t d_off; 591 asmlinkage long compat_sys_truncate(const char __user *, compat_off_t); 603 asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int); 625 compat_off_t __user *offset, compat_size_t count);
|
/linux/fs/ |
A D | read_write.c | 328 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument 1315 compat_off_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()
|
A D | open.c | 149 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|
Completed in 22 milliseconds