Searched refs:MS_DIRSYNC (Results 1 – 5 of 5) sorted by relevance
75 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
92 sb->s_flags |= MS_ACTIVE | MS_DIRSYNC | MS_NOATIME; in v9fs_fill_super()
45 { MS_DIRSYNC, ",dirsync" }, in show_sb_opts()
197 if (sb->s_flags & MS_DIRSYNC) in xfs_parseargs()
1750 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \