table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| TOUCH_ATIME(9) | The Linux VFS | TOUCH_ATIME(9) |
NAME¶
touch_atime - update the access timeSYNOPSIS¶
void
touch_atime(const struct path * path);
ARGUMENTS¶
paththe struct path to update
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¶
| February 2017 | Kernel Hackers Manual 3.16 |