Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ioctl32.c110 old_time32_t sec32; /* tv_sec differs on 64 vs. 32 */ in xfs_ioctl32_bstime_copyin() local
112 if (get_user(sec32, &bstime32->tv_sec) || in xfs_ioctl32_bstime_copyin()
115 bstime->tv_sec = sec32; in xfs_ioctl32_bstime_copyin()
161 __s32 sec32; in xfs_bstime_store_compat() local
163 sec32 = p->tv_sec; in xfs_bstime_store_compat()
164 if (put_user(sec32, &p32->tv_sec) || in xfs_bstime_store_compat()
/kernel/linux/linux-4.19/fs/xfs/
Dxfs_ioctl32.c118 compat_time_t sec32; /* tv_sec differs on 64 vs. 32 */ in xfs_ioctl32_bstime_copyin() local
120 if (get_user(sec32, &bstime32->tv_sec) || in xfs_ioctl32_bstime_copyin()
123 bstime->tv_sec = sec32; in xfs_ioctl32_bstime_copyin()
166 __s32 sec32; in xfs_bstime_store_compat() local
168 sec32 = p->tv_sec; in xfs_bstime_store_compat()
169 if (put_user(sec32, &p32->tv_sec) || in xfs_bstime_store_compat()