Searched refs:root_fc (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4super.c149 struct fs_context *root_fc; local
170 root_fc = vfs_dup_fs_context(fc);
171 if (IS_ERR(root_fc)) {
173 return PTR_ERR(root_fc);
175 kfree(root_fc->source);
176 root_fc->source = NULL;
179 root_ctx = nfs_fc2context(root_fc);
188 put_fs_context(root_fc);
191 ret = vfs_parse_fs_param(root_fc, &param_fsc);
194 put_fs_context(root_fc);
[all...]

Completed in 88 milliseconds