Searched refs:tmp_atime (Results 1 – 2 of 2) sorted by relevance
1366 inode_timespec_t now, tmp_atime, tmp_ts; in zfs_relatime_need_update() local1369 tmp_atime = zpl_inode_get_atime(ip); in zfs_relatime_need_update()1376 if (timespec64_compare(&tmp_ts, &tmp_atime) >= 0) in zfs_relatime_need_update()1380 if (timespec64_compare(&tmp_ts, &tmp_atime) >= 0) in zfs_relatime_need_update()1383 if ((hrtime_t)now.tv_sec - (hrtime_t)tmp_atime.tv_sec >= 24*60*60) in zfs_relatime_need_update()
2500 inode_timespec_t tmp_atime = zpl_inode_get_atime(ip); in zfs_setattr() local2501 ZFS_TIME_ENCODE(&tmp_atime, atime); in zfs_setattr()4033 inode_timespec_t tmp_atime; in zfs_inactive() local4034 tmp_atime = zpl_inode_get_atime(ip); in zfs_inactive()4035 ZFS_TIME_ENCODE(&tmp_atime, atime); in zfs_inactive()