Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dconstants.py.in57 LX_GDBPARSED(SB_DIRSYNC)
/openbmc/linux/fs/
H A Dproc_namespace.c49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
H A Dfs_context.c42 { "dirsync", SB_DIRSYNC },
H A Dnamespace.c3656 SB_DIRSYNC | in path_mount()
/openbmc/linux/include/linux/
H A Dfs.h1120 #define SB_DIRSYNC BIT(7) /* Directory modifications are synchronous */ macro
2137 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
/openbmc/linux/fs/xfs/
H A Dxfs_super.c1513 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super()