Home
last modified time | relevance | path

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

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