Home
last modified time | relevance | path

Searched refs:SB_DIRSYNC (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/fs/
H A Dsuper_types.h289 #define SB_DIRSYNC BIT(7) /* Directory modifications are synchronous */ macro
/linux/scripts/gdb/linux/
H A Dconstants.py.in58 LX_GDBPARSED(SB_DIRSYNC)
/linux/fs/
H A Dproc_namespace.c49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
H A Dfs_context.c28 { "dirsync", SB_DIRSYNC },
H A Dnamespace.c4142 SB_DIRSYNC | in path_mount()
5271 s->sm.sb_flags = sb->s_flags & (SB_RDONLY|SB_SYNCHRONOUS|SB_DIRSYNC|SB_LAZYTIME); in statmount_sb_basic()
/linux/fs/xfs/
H A Dxfs_super.c1669 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super()
/linux/include/linux/
H A Dfs.h2144 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \