1TOUCH_ATIME(9) The Linux VFS TOUCH_ATIME(9)
23
4
NAME
6touch_atime - update the access time
7
SYNOPSIS
9void touch_atime(struct path * path);
10
ARGUMENTS
12path
13the struct path to update
14
DESCRIPTION
16Update the accessed time on an inode and mark it for writeback. This
17function automatically handles read only file systems and media, as
18well as the “noatime” flag and inode specific “noatime” markers.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 TOUCH_ATIME(9)