Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/gdb/linux/
Dconstants.py.in57 LX_GDBPARSED(SB_DIRSYNC)
/Linux-v6.6/fs/
Dproc_namespace.c49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
Dfs_context.c42 { "dirsync", SB_DIRSYNC },
Dnamespace.c3645 SB_DIRSYNC | in path_mount()
/Linux-v6.6/include/linux/
Dfs.h1118 #define SB_DIRSYNC BIT(7) /* Directory modifications are synchronous */ macro
2075 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
/Linux-v6.6/fs/xfs/
Dxfs_super.c2011 if (fc->sb_flags & SB_DIRSYNC) in xfs_init_fs_context()