Searched refs:root_fc (Results 1 – 1 of 1) sorted by relevance
148 struct fs_context *root_fc; in do_nfs4_mount() local163 root_fc = vfs_dup_fs_context(fc); in do_nfs4_mount()164 if (IS_ERR(root_fc)) { in do_nfs4_mount()166 return PTR_ERR(root_fc); in do_nfs4_mount()168 kfree(root_fc->source); in do_nfs4_mount()169 root_fc->source = NULL; in do_nfs4_mount()171 root_ctx = nfs_fc2context(root_fc); in do_nfs4_mount()179 put_fs_context(root_fc); in do_nfs4_mount()188 ret = vfs_parse_fs_param(root_fc, ¶m); in do_nfs4_mount()191 put_fs_context(root_fc); in do_nfs4_mount()[all …]