Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c2039 int unc_path_len; in SMB2_tcon() local
2054 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp); in SMB2_tcon()
2055 if (unc_path_len <= 0) { in SMB2_tcon()
2059 unc_path_len *= 2; in SMB2_tcon()
2080 req->PathLength = cpu_to_le16(unc_path_len); in SMB2_tcon()
2082 iov[1].iov_len = unc_path_len; in SMB2_tcon()