Searched refs:sb_flags_mask (Results 1 – 3 of 3) sorted by relevance
68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()75 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()227 unsigned int sb_flags_mask, in alloc_fs_context() argument240 fc->sb_flags_mask = sb_flags_mask; in alloc_fs_context()288 unsigned int sb_flags_mask) in fs_context_for_reconfigure() argument291 sb_flags_mask, FS_CONTEXT_FOR_RECONFIGURE); in fs_context_for_reconfigure()
912 if (fc->sb_flags_mask & ~MS_RMT_MASK) in reconfigure_super()921 if (fc->sb_flags_mask & SB_RDONLY) { in reconfigure_super()977 WRITE_ONCE(sb->s_flags, ((sb->s_flags & ~fc->sb_flags_mask) | in reconfigure_super()978 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super()
1010 fc->sb_flags_mask |= SB_SYNCHRONOUS; in nfs_reconfigure()