Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/power/
Duser.c205 compat_loff_t offset;
423 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); in snapshot_compat_ioctl()
/linux-5.19.10/include/asm-generic/
Dcompat.h31 typedef s64 compat_loff_t; typedef
/linux-5.19.10/include/linux/
Dcompat.h285 compat_loff_t l_start;
286 compat_loff_t l_len;
659 compat_loff_t __user *offset, compat_size_t count);
/linux-5.19.10/fs/
Dread_write.c1355 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()