Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/include/asm-generic/
Dcompat.h36 typedef s64 compat_loff_t; typedef
/Linux-v6.1/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-v6.1/fs/
Dread_write.c1348 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4()