Lines Matching refs:sb_flags
95 fc->sb_flags |= token; in vfs_parse_sb_flag()
102 fc->sb_flags &= ~token; in vfs_parse_sb_flag()
253 unsigned int sb_flags, in alloc_fs_context() argument
266 fc->sb_flags = sb_flags; in alloc_fs_context()
305 unsigned int sb_flags) in fs_context_for_mount() argument
307 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount()
313 unsigned int sb_flags, in fs_context_for_reconfigure() argument
316 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
647 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags, in legacy_get_tree()
670 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
727 fc->sb_flags = 0; in vfs_clean_context()