table of contents
other versions
- wheezy 3.2.78-1
TOUCH_ATIME(9) | The Linux VFS | TOUCH_ATIME(9) |
NAME¶
touch_atime - update the access timeSYNOPSIS¶
void
touch_atime(struct vfsmount * mnt,
struct dentry * dentry);
ARGUMENTS¶
mntmount the inode is accessed on
dentry
dentry accessed
DESCRIPTION¶
Update 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.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |