Searched refs:root_fc (Results 1 – 1 of 1) sorted by relevance
149 struct fs_context *root_fc; in do_nfs4_mount() local170 root_fc = vfs_dup_fs_context(fc); in do_nfs4_mount()171 if (IS_ERR(root_fc)) { in do_nfs4_mount()173 return PTR_ERR(root_fc); in do_nfs4_mount()175 kfree(root_fc->source); in do_nfs4_mount()176 root_fc->source = NULL; in do_nfs4_mount()179 root_ctx = nfs_fc2context(root_fc); in do_nfs4_mount()188 put_fs_context(root_fc); in do_nfs4_mount()191 ret = vfs_parse_fs_param(root_fc, ¶m_fsc); in do_nfs4_mount()194 put_fs_context(root_fc); in do_nfs4_mount()[all …]