Searched refs:p32 (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_ioctl32.c | 106 compat_xfs_inogrp_t __user *p32 = ubuffer; in xfs_inumbers_fmt_compat() local 110 if (put_user(buffer[i].xi_startino, &p32[i].xi_startino) || in xfs_inumbers_fmt_compat() 111 put_user(buffer[i].xi_alloccount, &p32[i].xi_alloccount) || in xfs_inumbers_fmt_compat() 112 put_user(buffer[i].xi_allocmask, &p32[i].xi_allocmask)) in xfs_inumbers_fmt_compat() 115 *written = count * sizeof(*p32); in xfs_inumbers_fmt_compat() 173 compat_xfs_bstime_t __user *p32, in xfs_bstime_store_compat() argument 179 if (put_user(sec32, &p32->tv_sec) || in xfs_bstime_store_compat() 180 put_user(p->tv_nsec, &p32->tv_nsec)) in xfs_bstime_store_compat() 193 compat_xfs_bstat_t __user *p32 = ubuffer; in xfs_bulkstat_one_fmt_compat() local 195 if (ubsize < sizeof(*p32)) in xfs_bulkstat_one_fmt_compat() [all …]
|
/fs/ |
D | compat_ioctl.c | 791 struct space_resv_32 __user *p32) in compat_ioctl_preallocate() argument 795 if (copy_in_user(&p->l_type, &p32->l_type, sizeof(s16)) || in compat_ioctl_preallocate() 796 copy_in_user(&p->l_whence, &p32->l_whence, sizeof(s16)) || in compat_ioctl_preallocate() 797 copy_in_user(&p->l_start, &p32->l_start, sizeof(s64)) || in compat_ioctl_preallocate() 798 copy_in_user(&p->l_len, &p32->l_len, sizeof(s64)) || in compat_ioctl_preallocate() 799 copy_in_user(&p->l_sysid, &p32->l_sysid, sizeof(s32)) || in compat_ioctl_preallocate() 800 copy_in_user(&p->l_pid, &p32->l_pid, sizeof(u32)) || in compat_ioctl_preallocate() 801 copy_in_user(&p->l_pad, &p32->l_pad, 4*sizeof(u32))) in compat_ioctl_preallocate()
|