Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_ioctl32.c94 compat_xfs_bstime_t __user *bstime32) in xfs_ioctl32_bstime_copyin() argument
98 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()