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

/linux-master/fs/smb/client/
H A Dsmb2misc.c663 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId),
745 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId),
853 le32_to_cpu(hdr->Id.SyncId.TreeId));
H A Dsmb2maperror.c2448 trace_smb3_cmd_done(le32_to_cpu(shdr->Id.SyncId.TreeId),
2475 trace_smb3_cmd_err(le32_to_cpu(shdr->Id.SyncId.TreeId),
H A Dsmb2transport.c768 trace_smb3_cmd_enter(le32_to_cpu(shdr->Id.SyncId.TreeId),
H A Dsmb2pdu.c135 shdr->Id.SyncId.TreeId = cpu_to_le32(tcon->tid);
2050 /* SMB2 TREE_CONNECT request must be called with TreeId == 0 */
2129 tcon->tid = le32_to_cpu(rsp->hdr.Id.SyncId.TreeId);
2874 * the share that is identified by the TreeId in the SMB2
3028 * the share that is identified by the TreeId in the SMB2
4469 shdr->Id.SyncId.TreeId = cpu_to_le32(0xFFFFFFFF);
H A Dsmb2ops.c2448 trace_smb3_ses_expired(le32_to_cpu(shdr->Id.SyncId.TreeId),
2487 if (tcon->tid == le32_to_cpu(shdr->Id.SyncId.TreeId)) {
/linux-master/fs/smb/common/
H A Dsmb2pdu.h149 __le32 TreeId; member in struct:smb2_hdr::__anon87::__anon88
171 __le32 TreeId; member in struct:smb3_hdr_req::__anon89::__anon90
/linux-master/fs/smb/server/
H A Doplock.c665 rsp_hdr->Id.SyncId.TreeId = 0;
769 rsp_hdr->Id.SyncId.TreeId = 0;
H A Dsmb2pdu.c106 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId);
267 rsp_hdr->Id.SyncId.TreeId = 0;
432 rsp_hdr->Id.SyncId.TreeId = rcv_hdr->Id.SyncId.TreeId;
511 rsp_hdr->Id.SyncId.TreeId = rcv_hdr->Id.SyncId.TreeId;
1954 rsp->hdr.Id.SyncId.TreeId = cpu_to_le32(status.tree_conn->id);
2124 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId);
2208 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId);
3434 le32_to_cpu(req->hdr.Id.SyncId.TreeId),
[all...]

Completed in 176 milliseconds