Searched refs:compat_off_t (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dcompat.h59 compat_off_t st_size;
60 compat_off_t st_blksize;
61 compat_off_t st_blocks;
/linux-master/arch/powerpc/include/asm/
H A Dcompat.h34 compat_off_t st_size;
35 compat_off_t st_blksize;
36 compat_off_t st_blocks;
/linux-master/arch/sparc/include/asm/
H A Dcompat.h40 compat_off_t st_size;
47 compat_off_t st_blksize;
48 compat_off_t st_blocks;
/linux-master/arch/mips/include/asm/
H A Dcompat.h45 compat_off_t st_size;
/linux-master/arch/parisc/include/asm/
H A Dcompat.h33 compat_off_t st_size;
/linux-master/include/asm-generic/
H A Dcompat.h35 typedef s32 compat_off_t; typedef
/linux-master/include/linux/
H A Dcompat.h269 compat_off_t l_start;
270 compat_off_t l_len;
318 compat_off_t d_off;
610 asmlinkage long compat_sys_truncate(const char __user *, compat_off_t);
618 asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int);
638 compat_off_t __user *offset, compat_size_t count);
/linux-master/fs/
H A Dread_write.c317 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence)
1367 compat_off_t __user *, offset, compat_size_t, count)
H A Dopen.c150 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length)

Completed in 248 milliseconds