Lines Matching refs:conv_len
3592 int conv_len;
3598 &conv_len);
3603 if (conv_len < 0) {
3608 struct_sz = readdir_info_level_struct_sz(info_level) + conv_len;
3628 ffdinfo->FileNameLength = cpu_to_le32(conv_len);
3635 memcpy(ffdinfo->FileName, conv_name, conv_len);
3644 fbdinfo->FileNameLength = cpu_to_le32(conv_len);
3653 memcpy(fbdinfo->FileName, conv_name, conv_len);
3662 fdinfo->FileNameLength = cpu_to_le32(conv_len);
3665 memcpy(fdinfo->FileName, conv_name, conv_len);
3674 fninfo->FileNameLength = cpu_to_le32(conv_len);
3675 memcpy(fninfo->FileName, conv_name, conv_len);
3684 dinfo->FileNameLength = cpu_to_le32(conv_len);
3693 memcpy(dinfo->FileName, conv_name, conv_len);
3702 fibdinfo->FileNameLength = cpu_to_le32(conv_len);
3713 memcpy(fibdinfo->FileName, conv_name, conv_len);
3751 memcpy(posix_info->name, conv_name, conv_len);
3752 posix_info->name_len = cpu_to_le32(conv_len);
3852 int conv_len;
3859 conv_len = (d_info->name_len + 1) * 2;
3860 next_entry_offset = ALIGN(struct_sz + conv_len,
4551 int conv_len;
4595 conv_len = smbConvertToUTF16((__le16 *)file_info->FileName, filename,
4597 conv_len *= 2;
4598 file_info->FileNameLength = cpu_to_le32(conv_len);
4600 cpu_to_le32(sizeof(struct smb2_file_all_info) + conv_len - 1);
4613 int conv_len;
4617 conv_len = ksmbd_extract_shortname(conn,
4621 file_info->FileNameLength = cpu_to_le32(conv_len);
4623 cpu_to_le32(sizeof(struct smb2_file_alt_name_info) + conv_len);