Home
last modified time | relevance | path

Searched refs:OCFS2_DIRSYNC_FL (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Dinode.c93 if (flags & OCFS2_DIRSYNC_FL) in ocfs2_set_inode_flags()
103 OCFS2_IMMUTABLE_FL|OCFS2_NOATIME_FL|OCFS2_DIRSYNC_FL); in ocfs2_get_inode_flags()
113 oi->ip_attr |= OCFS2_DIRSYNC_FL; in ocfs2_get_inode_flags()
Docfs2_fs.h265 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */ macro
Dioctl.c102 flags &= ~OCFS2_DIRSYNC_FL; in ocfs2_set_inode_attr()