Lines Matching refs:root_path
4711 char *root_path = NULL, *full_path = NULL; in cifs_mount() local
4743 root_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount()
4744 if (IS_ERR(root_path)) { in cifs_mount()
4745 rc = PTR_ERR(root_path); in cifs_mount()
4746 root_path = NULL; in cifs_mount()
4788 rc = mount_do_dfs_failover(root_path + 1, cifs_sb, vol, NULL, in cifs_mount()
4794 kfree(root_path); in cifs_mount()
4795 root_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount()
4796 if (IS_ERR(root_path)) { in cifs_mount()
4797 rc = PTR_ERR(root_path); in cifs_mount()
4798 root_path = NULL; in cifs_mount()
4803 root_path + 1, NULL, NULL); in cifs_mount()
4810 tcon->dfs_path = root_path; in cifs_mount()
4811 root_path = NULL; in cifs_mount()
4904 kfree(root_path); in cifs_mount()