Searched refs:unc_path (Results 1 – 1 of 1) sorted by relevance
913 __le16 *unc_path = NULL; in SMB2_tcon() local931 unc_path = kmalloc(MAX_SHARENAME_LENGTH * 2, GFP_KERNEL); in SMB2_tcon()932 if (unc_path == NULL) in SMB2_tcon()935 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp) + 1; in SMB2_tcon()938 kfree(unc_path); in SMB2_tcon()944 kfree(unc_path); in SMB2_tcon()963 iov[1].iov_base = unc_path; in SMB2_tcon()1016 kfree(unc_path); in SMB2_tcon()