Home
last modified time | relevance | path

Searched refs:arg32 (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_ioctl32.c37 compat_xfs_flock64_t __user *arg32) in xfs_compat_flock64_copyin() argument
39 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
40 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin()
41 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
42 get_user(bf->l_len, &arg32->l_len) || in xfs_compat_flock64_copyin()
43 get_user(bf->l_sysid, &arg32->l_sysid) || in xfs_compat_flock64_copyin()
44 get_user(bf->l_pid, &arg32->l_pid) || in xfs_compat_flock64_copyin()
45 copy_from_user(bf->l_pad, &arg32->l_pad, 4*sizeof(u32))) in xfs_compat_flock64_copyin()
53 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument
62 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1()
[all …]
/linux-4.19.296/fs/
Dcompat_ioctl.c1365 compat_ulong_t, arg32) in COMPAT_SYSCALL_DEFINE3() argument
1367 unsigned long arg = arg32; in COMPAT_SYSCALL_DEFINE3()