1. NAME

touch_atime - update the access time

2. SYNOPSIS

void touch_atime(struct path *  path );

3. ARGUMENTS

path
    the struct path to update

4. 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.

5. COPYRIGHT