Home
last modified time | relevance | path

Searched refs:compat_loff_t (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/kernel/power/
Duser.c209 compat_loff_t offset;
427 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); in snapshot_compat_ioctl()
/linux-6.6.21/include/asm-generic/
Dcompat.h36 typedef s64 compat_loff_t; typedef
/linux-6.6.21/include/linux/
Dcompat.h283 compat_loff_t l_start;
284 compat_loff_t l_len;
641 compat_loff_t __user *offset, compat_size_t count);
/linux-6.6.21/fs/
Dread_write.c1347 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()