Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gdb/linux/
Dconstants.py.in50 LX_VALUE(SB_DIRSYNC)
/kernel/linux/linux-5.10/fs/9p/
Dvfs_super.c88 sb->s_flags |= SB_ACTIVE | SB_DIRSYNC; in v9fs_fill_super()
/kernel/linux/linux-5.10/fs/
Dproc_namespace.c49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
Dfs_context.c42 { "dirsync", SB_DIRSYNC },
Dnamespace.c3213 SB_DIRSYNC | in path_mount()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1358 #define SB_DIRSYNC 128 /* Directory modifications are synchronous */ macro
2029 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.c1890 if (fc->sb_flags & SB_DIRSYNC) in xfs_init_fs_context()