Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4super.c149 struct fs_context *root_fc; in do_nfs4_mount() local
158 root_fc = vfs_dup_fs_context(fc); in do_nfs4_mount()
159 if (IS_ERR(root_fc)) { in do_nfs4_mount()
161 return PTR_ERR(root_fc); in do_nfs4_mount()
163 kfree(root_fc->source); in do_nfs4_mount()
164 root_fc->source = NULL; in do_nfs4_mount()
167 root_ctx = nfs_fc2context(root_fc); in do_nfs4_mount()
172 ret = vfs_parse_fs_string(root_fc, "fsc", ctx->fscache_uniq); in do_nfs4_mount()
174 put_fs_context(root_fc); in do_nfs4_mount()
187 put_fs_context(root_fc); in do_nfs4_mount()
[all …]