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()
274 unsigned int sb_flags, in alloc_fs_context() argument
287 fc->sb_flags = sb_flags; in alloc_fs_context()
327 unsigned int sb_flags) in fs_context_for_mount() argument
329 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount()
335 unsigned int sb_flags, in fs_context_for_reconfigure() argument
338 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
663 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags, in legacy_get_tree()
686 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
743 fc->sb_flags = 0; in vfs_clean_context()