Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c1721 __le16 *unc_path = NULL; in SMB2_tcon() local
1734 unc_path = kmalloc(MAX_SHARENAME_LENGTH * 2, GFP_KERNEL); in SMB2_tcon()
1735 if (unc_path == NULL) in SMB2_tcon()
1738 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp) + 1; in SMB2_tcon()
1741 kfree(unc_path); in SMB2_tcon()
1751 kfree(unc_path); in SMB2_tcon()
1765 iov[1].iov_base = unc_path; in SMB2_tcon()
1840 kfree(unc_path); in SMB2_tcon()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c2007 __le16 *unc_path = NULL; in SMB2_tcon() local
2020 unc_path = kmalloc(MAX_SHARENAME_LENGTH * 2, GFP_KERNEL); in SMB2_tcon()
2021 if (unc_path == NULL) in SMB2_tcon()
2024 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp); in SMB2_tcon()
2026 kfree(unc_path); in SMB2_tcon()
2037 kfree(unc_path); in SMB2_tcon()
2051 iov[1].iov_base = unc_path; in SMB2_tcon()
2130 kfree(unc_path); in SMB2_tcon()

Completed in 13 milliseconds