Searched refs:SB_SYNCHRONOUS (Results 1 – 16 of 16) sorted by relevance
115 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()
118 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_free_fragments()208 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_free_blocks()570 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_add_fragments()691 if (sb->s_flags & SB_SYNCHRONOUS) in ufs_alloc_fragments()
396 if (sb->s_flags & SB_SYNCHRONOUS) in fat_mirror_bhs()601 if (sb->s_flags & SB_SYNCHRONOUS) { in fat_free_clusters()616 if (sb->s_flags & SB_SYNCHRONOUS) { in fat_free_clusters()
148 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_free_inode()520 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_new_inode()
551 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_free_blocks()1427 if (sb->s_flags & SB_SYNCHRONOUS) in ext2_new_blocks()
99 sb->s_flags |= SB_SYNCHRONOUS; in v9fs_fill_super()
119 if (sdp->sd_vfs->s_flags & SB_SYNCHRONOUS) in gfs2_trans_end()
48 { SB_SYNCHRONOUS, ",sync" }, in show_sb_opts()
38 if (s_flags & SB_SYNCHRONOUS) in flags_by_sb()
2769 SB_SYNCHRONOUS | in do_mount()
816 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : ""); in nfs_show_stats()2303 *flags |= SB_SYNCHRONOUS; in nfs_remount()2603 sb_mntdata.mntflags |= SB_SYNCHRONOUS; in nfs_fs_mount_common()2606 if (mount_info->cloned->sb->s_flags & SB_SYNCHRONOUS) in nfs_fs_mount_common()2607 sb_mntdata.mntflags |= SB_SYNCHRONOUS; in nfs_fs_mount_common()
13 #define NFS_MS_MASK (SB_RDONLY|SB_NOSUID|SB_NODEV|SB_NOEXEC|SB_SYNCHRONOUS)
1303 #define SB_SYNCHRONOUS 16 /* Writes are synced at once */ macro1919 #define IS_SYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS) || \1921 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \
582 SB_NODEV | SB_SYNCHRONOUS)
197 if (sb->s_flags & SB_SYNCHRONOUS) in xfs_parseargs()
974 return SB_SYNCHRONOUS; in parse_standard_option()