Searched refs:OCFS2_DIRSYNC_FL (Results 1 – 3 of 3) sorted by relevance
89 if (flags & OCFS2_DIRSYNC_FL) in ocfs2_set_inode_flags()99 OCFS2_IMMUTABLE_FL|OCFS2_NOATIME_FL|OCFS2_DIRSYNC_FL); in ocfs2_get_inode_flags()109 oi->ip_attr |= OCFS2_DIRSYNC_FL; in ocfs2_get_inode_flags()
103 flags &= ~OCFS2_DIRSYNC_FL; in ocfs2_set_inode_attr()
260 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */ macro