Lines Matching refs:root_fc
148 struct fs_context *root_fc;
163 root_fc = vfs_dup_fs_context(fc);
164 if (IS_ERR(root_fc)) {
166 return PTR_ERR(root_fc);
168 kfree(root_fc->source);
169 root_fc->source = NULL;
171 root_ctx = nfs_fc2context(root_fc);
179 put_fs_context(root_fc);
188 ret = vfs_parse_fs_param(root_fc, ¶m);
191 put_fs_context(root_fc);
194 root_mnt = fc_mount(root_fc);
195 put_fs_context(root_fc);