pub const O_NOATIME: u32 = 1000000;
Do not update the file last access time (st_atime in the inode) when the file is read(2).