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