Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_ioctl32.c126 compat_xfs_bstime_t __user *bstime32) in xfs_ioctl32_bstime_copyin() argument
130 if (get_user(sec32, &bstime32->tv_sec) || in xfs_ioctl32_bstime_copyin()
131 get_user(bstime->tv_nsec, &bstime32->tv_nsec)) in xfs_ioctl32_bstime_copyin()