1TOUCH_ATIME(9)                   The Linux VFS                  TOUCH_ATIME(9)
2
3
4

NAME

6       touch_atime - update the access time
7

SYNOPSIS

9       void touch_atime(struct path * path);
10

ARGUMENTS

12       path
13           the struct path to update
14

DESCRIPTION

16       Update the accessed time on an inode and mark it for writeback. This
17       function automatically handles read only file systems and media, as
18       well as the “noatime” flag and inode specific “noatime” markers.
19
21Kernel Hackers Manual 3.10         June 2019                    TOUCH_ATIME(9)
Impressum