Searched refs:unc_path_len (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 199 milliseconds