Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_ioctl32.c97 old_time32_t sec32; /* tv_sec differs on 64 vs. 32 */ in xfs_ioctl32_bstime_copyin() local
99 if (get_user(sec32, &bstime32->tv_sec) || in xfs_ioctl32_bstime_copyin()
102 bstime->tv_sec = sec32; in xfs_ioctl32_bstime_copyin()
148 __s32 sec32; in xfs_bstime_store_compat() local
150 sec32 = p->tv_sec; in xfs_bstime_store_compat()
151 if (put_user(sec32, &p32->tv_sec) || in xfs_bstime_store_compat()