Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ioctl32.c108 compat_xfs_bstime_t __user *bstime32) in xfs_ioctl32_bstime_copyin() argument
112 if (get_user(sec32, &bstime32->tv_sec) || in xfs_ioctl32_bstime_copyin()
113 get_user(bstime->tv_nsec, &bstime32->tv_nsec)) in xfs_ioctl32_bstime_copyin()