Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper_types.h283 #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 Dfs_context.c42 { "dirsync", SB_DIRSYNC },
/linux/fs/xfs/
H A Dxfs_super.c1687 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super()