Lines Matching refs:info
448 struct cifs_server_iface *info;
475 cifs_dbg(VFS, "%s: malformed interface info\n", __func__);
482 cifs_dbg(VFS, "%s: incomplete interface info\n", __func__);
486 * Second pass: extract info to internal structure
495 info = *iface_list;
499 info->speed = le64_to_cpu(p->LinkSpeed);
500 info->rdma_capable = le32_to_cpu(p->Capability & RDMA_CAPABLE) ? 1 : 0;
501 info->rss_capable = le32_to_cpu(p->Capability & RSS_CAPABLE) ? 1 : 0;
504 cifs_dbg(FYI, "%s: speed %zu bps\n", __func__, info->speed);
515 addr4 = (struct sockaddr_in *)&info->sockaddr;
527 addr6 = (struct sockaddr_in6 *)&info->sockaddr;
548 info++;
1087 struct smb2_file_full_ea_info *info = NULL;
1120 info = (struct smb2_file_full_ea_info *)(
1122 rc = move_smb2_ea_to_cifs(ea_data, buf_size, info,
1942 * FS attribute info (FILE_SUPPORTS_SPARSE_FILES) on the share
2501 * Passes the query info response back to the caller on success.
2602 struct smb2_fs_full_size_info *info = NULL;
2620 info = (struct smb2_fs_full_size_info *)(
2627 smb2_copy_fs_info_to_kstatfs(info, buf);