Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcompat.h39 compat_off_t st_size;
40 compat_off_t st_blksize;
41 compat_off_t st_blocks;
54 compat_off_t l_start;
55 compat_off_t l_len;
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcompat.h57 compat_off_t st_size;
58 compat_off_t st_blksize;
59 compat_off_t st_blocks;
72 compat_off_t l_start;
73 compat_off_t l_len;
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcompat.h33 compat_off_t st_size;
40 compat_off_t st_blksize;
41 compat_off_t st_blocks;
82 compat_off_t l_start;
83 compat_off_t l_len;
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcompat.h34 compat_off_t st_size;
60 compat_off_t l_start;
61 compat_off_t l_len;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcompat.h40 compat_off_t st_size;
56 compat_off_t l_start;
57 compat_off_t l_len;
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dcompat_ioctl.h59 compat_off_t pg_start; /* starting page to populate */
82 compat_off_t pg_start; /* starting page to populate */
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcompat.h55 compat_off_t l_start;
56 compat_off_t l_len;
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcompat.h109 compat_off_t l_start;
110 compat_off_t l_len;
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dcompat.h11 typedef s32 compat_off_t; typedef
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h288 compat_off_t d_off;
529 asmlinkage long compat_sys_truncate(const char __user *, compat_off_t);
541 asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int);
563 compat_off_t __user *offset, compat_size_t count);
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c328 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
1323 compat_off_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()
H A Dopen.c150 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument