Lines Matching refs:sb_flags
67 fc->sb_flags |= token; in vfs_parse_sb_flag()
74 fc->sb_flags &= ~token; in vfs_parse_sb_flag()
277 unsigned int sb_flags, in alloc_fs_context() argument
290 fc->sb_flags = sb_flags; in alloc_fs_context()
330 unsigned int sb_flags) in fs_context_for_mount() argument
332 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount()
338 unsigned int sb_flags, in fs_context_for_reconfigure() argument
341 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
662 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags, in legacy_get_tree()
685 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
742 fc->sb_flags = 0; in vfs_clean_context()