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