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