Searched refs:bstime32 (Results 1 – 1 of 1) sorted by relevance
94 compat_xfs_bstime_t __user *bstime32) in xfs_ioctl32_bstime_copyin() argument98 if (get_user(sec32, &bstime32->tv_sec) || in xfs_ioctl32_bstime_copyin()99 get_user(bstime->tv_nsec, &bstime32->tv_nsec)) in xfs_ioctl32_bstime_copyin()