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