Searched refs:tmp_atime (Results 1 – 2 of 2) sorted by relevance
1374 inode_timespec_t now, tmp_atime, tmp_ts; in zfs_relatime_need_update() local1377 tmp_atime = zpl_inode_get_atime(ip); in zfs_relatime_need_update()1384 if (timespec64_compare(&tmp_ts, &tmp_atime) >= 0) in zfs_relatime_need_update()1388 if (timespec64_compare(&tmp_ts, &tmp_atime) >= 0) in zfs_relatime_need_update()1391 if ((hrtime_t)now.tv_sec - (hrtime_t)tmp_atime.tv_sec >= 24*60*60) in zfs_relatime_need_update()
2506 inode_timespec_t tmp_atime = zpl_inode_get_atime(ip); in zfs_setattr() local2507 ZFS_TIME_ENCODE(&tmp_atime, atime); in zfs_setattr()4101 inode_timespec_t tmp_atime; in zfs_inactive() local4102 tmp_atime = zpl_inode_get_atime(ip); in zfs_inactive()4103 ZFS_TIME_ENCODE(&tmp_atime, atime); in zfs_inactive()