Home
last modified time | relevance | path

Searched refs:SB_SYNCHRONOUS (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/fs/ufs/
A Dialloc.c115 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_free_inode()
149 if (sb->s_flags & SB_SYNCHRONOUS) in ufs2_init_inodes_chunk()
156 if (sb->s_flags & SB_SYNCHRONOUS) in ufs2_init_inodes_chunk()
287 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_new_inode()
333 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_new_inode()
A Dballoc.c118 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_free_fragments()
208 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_free_blocks()
566 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_add_fragments()
687 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_alloc_fragments()
/linux-6.3-rc2/fs/nfs/
A Dsuper.c646 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : ""); in nfs_show_stats()
1026 fc->sb_flags |= SB_SYNCHRONOUS; in nfs_reconfigure()
1027 fc->sb_flags_mask |= SB_SYNCHRONOUS; in nfs_reconfigure()
1271 fc->sb_flags |= SB_SYNCHRONOUS; in nfs_get_tree_common()
1274 if (ctx->clone_data.sb->s_flags & SB_SYNCHRONOUS) in nfs_get_tree_common()
1275 fc->sb_flags |= SB_SYNCHRONOUS; in nfs_get_tree_common()
A Dinternal.h14 #define NFS_SB_MASK (SB_RDONLY|SB_NOSUID|SB_NODEV|SB_NOEXEC|SB_SYNCHRONOUS)
/linux-6.3-rc2/scripts/gdb/linux/
A Dconstants.py.in48 LX_VALUE(SB_SYNCHRONOUS)
/linux-6.3-rc2/fs/exfat/
A Dfatent.c30 if (sb->s_flags & SB_SYNCHRONOUS) in exfat_mirror_bh()
79 exfat_update_bh(bh, sb->s_flags & SB_SYNCHRONOUS); in exfat_ent_set()
/linux-6.3-rc2/fs/ext2/
A Dialloc.c149 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_free_inode()
512 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_new_inode()
A Dballoc.c548 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_free_blocks()
1408 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_new_blocks()
/linux-6.3-rc2/fs/fat/
A Dfatent.c399 if (sb->s_flags & SB_SYNCHRONOUS) in fat_mirror_bhs()
604 if (sb->s_flags & SB_SYNCHRONOUS) { in fat_free_clusters()
619 if (sb->s_flags & SB_SYNCHRONOUS) { in fat_free_clusters()
/linux-6.3-rc2/fs/
A Dfs_context.c46 { "sync", SB_SYNCHRONOUS },
51 { "async", SB_SYNCHRONOUS },
A Dproc_namespace.c48 { SB_SYNCHRONOUS, ",sync" }, in show_sb_opts()
A Dstatfs.c40 if (s_flags & SB_SYNCHRONOUS) in flags_by_sb()
A Dnamespace.c3353 SB_SYNCHRONOUS | in path_mount()
/linux-6.3-rc2/fs/9p/
A Dvfs_super.c89 sb->s_flags |= SB_SYNCHRONOUS; in v9fs_fill_super()
/linux-6.3-rc2/fs/gfs2/
A Dtrans.c157 if (sdp->sd_vfs->s_flags & SB_SYNCHRONOUS) in gfs2_trans_end()
/linux-6.3-rc2/include/linux/
A Dfs.h1066 #define SB_SYNCHRONOUS 16 /* Writes are synced at once */ macro
1963 #define IS_SYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS) || \
1965 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
/linux-6.3-rc2/fs/cifs/
A Dcifsglob.h588 SB_NODEV | SB_SYNCHRONOUS)
/linux-6.3-rc2/fs/xfs/
A Dxfs_super.c1963 if (fc->sb_flags & SB_SYNCHRONOUS) in xfs_init_fs_context()
/linux-6.3-rc2/fs/ubifs/
A Dsuper.c1023 return SB_SYNCHRONOUS; in parse_standard_option()
/linux-6.3-rc2/fs/ntfs3/
A Dfsntfs.c1050 if (!wait && (sb->s_flags & SB_SYNCHRONOUS)) in ntfs_sb_write()

Completed in 58 milliseconds