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

/linux-master/fs/smb/client/
H A Dsmb2pdu.c2028 int unc_path_len; local
2043 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp);
2044 if (unc_path_len <= 0) {
2048 unc_path_len *= 2;
2069 req->PathLength = cpu_to_le16(unc_path_len);
2071 iov[1].iov_len = unc_path_len;

Completed in 125 milliseconds