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