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 vfsmount * mnt, struct dentry * dentry);
10

ARGUMENTS

12       mnt
13           mount the inode is accessed on
14
15       dentry
16           dentry accessed
17

DESCRIPTION

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