Searched refs:compat_off_t (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/arm64/include/asm/ |
D | compat.h | 59 compat_off_t st_size; 60 compat_off_t st_blksize; 61 compat_off_t st_blocks;
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | compat.h | 34 compat_off_t st_size; 35 compat_off_t st_blksize; 36 compat_off_t st_blocks;
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | compat.h | 40 compat_off_t st_size; 47 compat_off_t st_blksize; 48 compat_off_t st_blocks;
|
/linux-6.1.9/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-6.1.9/include/linux/ |
D | compat.h | 271 compat_off_t l_start; 272 compat_off_t l_len; 320 compat_off_t d_off; 623 asmlinkage long compat_sys_truncate(const char __user *, compat_off_t); 635 asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int); 657 compat_off_t __user *offset, compat_size_t count);
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | compat.h | 33 compat_off_t st_size;
|
/linux-6.1.9/arch/mips/include/asm/ |
D | compat.h | 45 compat_off_t st_size;
|
/linux-6.1.9/include/asm-generic/ |
D | compat.h | 35 typedef s32 compat_off_t; typedef
|
/linux-6.1.9/fs/ |
D | read_write.c | 317 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument 1328 compat_off_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()
|
D | open.c | 150 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|