TOUCH_ATIME(9) The Linux VFS TOUCH_ATIME(9)NAMEtouch_atime - update the access timeSYNOPSISvoid touch_atime(struct vfsmount * mnt, struct dentry * dentry);ARGUMENTSmnt mount the inode is accessed on dentry dentry accessedDESCRIPTIONUpdate the accessed time on an inode and mark it for writeback. This function automatically handles read only file systems and media, as well as the "noatime" flag and inode specific "noatime" markers.COPYRIGHTKernel Hackers Manual 2.6. July 2010 TOUCH_ATIME(9)