Searched refs:OCFS2_NOATIME_FL (Results 1 – 2 of 2) sorted by relevance
87 if (flags & OCFS2_NOATIME_FL) in ocfs2_set_inode_flags()99 OCFS2_IMMUTABLE_FL|OCFS2_NOATIME_FL|OCFS2_DIRSYNC_FL); in ocfs2_get_inode_flags()107 oi->ip_attr |= OCFS2_NOATIME_FL; in ocfs2_get_inode_flags()
248 #define OCFS2_NOATIME_FL FS_NOATIME_FL /* do not update atime */ macro