Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmb2pdu.c2051 __le16 *unc_path = NULL; in SMB2_tcon() local
2061 unc_path = kmalloc(MAX_SHARENAME_LENGTH * 2, GFP_KERNEL); in SMB2_tcon()
2062 if (unc_path == NULL) in SMB2_tcon()
2065 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp); in SMB2_tcon()
2067 kfree(unc_path); in SMB2_tcon()
2078 kfree(unc_path); in SMB2_tcon()
2092 iov[1].iov_base = unc_path; in SMB2_tcon()
2171 kfree(unc_path); in SMB2_tcon()