Searched refs:SB_DIRSYNC (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_super.c | 88 sb->s_flags |= SB_ACTIVE | SB_DIRSYNC; in v9fs_fill_super()
|
/kernel/linux/linux-5.10/fs/ |
H A D | proc_namespace.c | 49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
|
H A D | fs_context.c | 42 { "dirsync", SB_DIRSYNC },
|
H A D | namespace.c | 3224 SB_DIRSYNC | in path_mount()
|
/kernel/linux/linux-6.6/fs/ |
H A D | proc_namespace.c | 49 { SB_DIRSYNC, ",dirsync" }, in show_sb_opts()
|
H A D | fs_context.c | 42 { "dirsync", SB_DIRSYNC },
|
H A D | namespace.c | 3656 SB_DIRSYNC | in path_mount()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1360 #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 D | fs.h | 1120 #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 D | xfs_super.c | 1890 if (fc->sb_flags & SB_DIRSYNC) in xfs_init_fs_context()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_super.c | 1513 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super()
|
Completed in 29 milliseconds