Searched refs:SB_DIRSYNC (Results 1 – 6 of 6) sorted by relevance
57 LX_GDBPARSED(SB_DIRSYNC)
49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
42 { "dirsync", SB_DIRSYNC },
3821 SB_DIRSYNC | in path_mount()4929 s->sm.sb_flags = sb->s_flags & (SB_RDONLY|SB_SYNCHRONOUS|SB_DIRSYNC|SB_LAZYTIME); in statmount_sb_basic()
1181 #define SB_DIRSYNC BIT(7) /* Directory modifications are synchronous */ macro2307 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
1530 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super()