Searched defs:compat_off_t (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
D | compat.h | 11 typedef s32 compat_off_t; typedef
|
/kernel/linux/linux-5.10/fs/ |
D | open.c | 149 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|
D | read_write.c | 323 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
|