Searched refs:p32 (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_ioctl32.c | 87 struct compat_xfs_inogrp __user *p32 = breq->ubuffer; in xfs_fsinumbers_fmt_compat() local 93 if (put_user(igrp->xi_startino, &p32->xi_startino) || in xfs_fsinumbers_fmt_compat() 94 put_user(igrp->xi_alloccount, &p32->xi_alloccount) || in xfs_fsinumbers_fmt_compat() 95 put_user(igrp->xi_allocmask, &p32->xi_allocmask)) in xfs_fsinumbers_fmt_compat() 158 compat_xfs_bstime_t __user *p32, in xfs_bstime_store_compat() argument 164 if (put_user(sec32, &p32->tv_sec) || in xfs_bstime_store_compat() 165 put_user(p->tv_nsec, &p32->tv_nsec)) in xfs_bstime_store_compat() 176 struct compat_xfs_bstat __user *p32 = breq->ubuffer; in xfs_fsbulkstat_one_fmt_compat() local 182 if (put_user(buffer->bs_ino, &p32->bs_ino) || in xfs_fsbulkstat_one_fmt_compat() 183 put_user(buffer->bs_mode, &p32->bs_mode) || in xfs_fsbulkstat_one_fmt_compat() [all …]
|
/fs/ |
D | compat_ioctl.c | 488 struct space_resv_32 __user *p32) in compat_ioctl_preallocate() argument 492 if (copy_in_user(&p->l_type, &p32->l_type, sizeof(s16)) || in compat_ioctl_preallocate() 493 copy_in_user(&p->l_whence, &p32->l_whence, sizeof(s16)) || in compat_ioctl_preallocate() 494 copy_in_user(&p->l_start, &p32->l_start, sizeof(s64)) || in compat_ioctl_preallocate() 495 copy_in_user(&p->l_len, &p32->l_len, sizeof(s64)) || in compat_ioctl_preallocate() 496 copy_in_user(&p->l_sysid, &p32->l_sysid, sizeof(s32)) || in compat_ioctl_preallocate() 497 copy_in_user(&p->l_pid, &p32->l_pid, sizeof(u32)) || in compat_ioctl_preallocate() 498 copy_in_user(&p->l_pad, &p32->l_pad, 4*sizeof(u32))) in compat_ioctl_preallocate()
|