Home
last modified time | relevance | path

Searched refs:SB_DIRSYNC (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_super.c88 sb->s_flags |= SB_ACTIVE | SB_DIRSYNC; in v9fs_fill_super()
/kernel/linux/linux-5.10/fs/
H A Dproc_namespace.c49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
H A Dfs_context.c42 { "dirsync", SB_DIRSYNC },
H A Dnamespace.c3224 SB_DIRSYNC | in path_mount()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1360 #define SB_DIRSYNC BIT(7) /* Directory modifications are synchronous */ macro
2075 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1120 #define SB_DIRSYNC BIT(7) /* Directory modifications are synchronous */ macro
2136 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_super.c1890 if (fc->sb_flags & SB_DIRSYNC) in xfs_init_fs_context()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_super.c1513 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super()

Completed in 31 milliseconds