Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/power/
Duser.c209 compat_loff_t offset;
427 BUILD_BUG_ON(sizeof(loff_t) != sizeof(compat_loff_t)); in snapshot_compat_ioctl()
/Linux-v6.6/include/asm-generic/
Dcompat.h36 typedef s64 compat_loff_t; typedef
/Linux-v6.6/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-v6.6/fs/
Dread_write.c1347 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()