Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dcompat.h41 compat_off_t st_size;
42 compat_off_t st_blksize;
43 compat_off_t st_blocks;
56 compat_off_t l_start;
57 compat_off_t l_len;
/Linux-v5.4/arch/sparc/include/asm/
Dcompat.h34 compat_off_t st_size;
41 compat_off_t st_blksize;
42 compat_off_t st_blocks;
83 compat_off_t l_start;
84 compat_off_t l_len;
/Linux-v5.4/arch/arm64/include/asm/
Dcompat.h58 compat_off_t st_size;
59 compat_off_t st_blksize;
60 compat_off_t st_blocks;
73 compat_off_t l_start;
74 compat_off_t l_len;
/Linux-v5.4/arch/parisc/include/asm/
Dcompat.h36 compat_off_t st_size;
62 compat_off_t l_start;
63 compat_off_t l_len;
/Linux-v5.4/arch/mips/include/asm/
Dcompat.h42 compat_off_t st_size;
58 compat_off_t l_start;
59 compat_off_t l_len;
/Linux-v5.4/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-v5.4/arch/x86/include/asm/
Dcompat.h59 compat_off_t l_start;
60 compat_off_t l_len;
/Linux-v5.4/include/asm-generic/
Dcompat.h11 typedef s32 compat_off_t; typedef
/Linux-v5.4/arch/s390/include/asm/
Dcompat.h111 compat_off_t l_start;
112 compat_off_t l_len;
/Linux-v5.4/include/linux/
Dcompat.h304 compat_off_t d_off;
571 asmlinkage long compat_sys_truncate(const char __user *, compat_off_t);
583 asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int);
609 compat_off_t __user *offset, compat_size_t count);
/Linux-v5.4/fs/
Dread_write.c328 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
1530 compat_off_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()
Dopen.c149 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument