Searched refs:SyncId (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 Dsmb2pdu.c124 shdr->Id.SyncId.ProcessId = cpu_to_le32((__u16)current->tgid);
135 shdr->Id.SyncId.TreeId = cpu_to_le32(tcon->tid);
2129 tcon->tid = le32_to_cpu(rsp->hdr.Id.SyncId.TreeId);
4411 shdr->Id.SyncId.ProcessId = cpu_to_le32(io_parms->pid);
4469 shdr->Id.SyncId.TreeId = cpu_to_le32(0xFFFFFFFF);
4861 shdr->Id.SyncId.ProcessId = cpu_to_le32(io_parms->pid);
5017 req->hdr.Id.SyncId.ProcessId = cpu_to_le32(io_parms->pid);
5480 req->hdr.Id.SyncId.ProcessId = cpu_to_le32(pid);
6021 req->hdr.Id.SyncId.ProcessId = cpu_to_le32(pid);
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 Dsmb2ops.c406 shdr->Id.SyncId.ProcessId);
2448 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/server/
H A Doplock.c664 rsp_hdr->Id.SyncId.ProcessId = 0;
665 rsp_hdr->Id.SyncId.TreeId = 0;
768 rsp_hdr->Id.SyncId.ProcessId = 0;
769 rsp_hdr->Id.SyncId.TreeId = 0;
H A Dsmb2pdu.c106 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId);
266 rsp_hdr->Id.SyncId.ProcessId = 0;
267 rsp_hdr->Id.SyncId.TreeId = 0;
431 rsp_hdr->Id.SyncId.ProcessId = rcv_hdr->Id.SyncId.ProcessId;
432 rsp_hdr->Id.SyncId.TreeId = rcv_hdr->Id.SyncId.TreeId;
510 rsp_hdr->Id.SyncId.ProcessId = rcv_hdr->Id.SyncId.ProcessId;
511 rsp_hdr->Id.SyncId
[all...]
/linux-master/fs/smb/common/
H A Dsmb2pdu.h150 } __packed SyncId; member in union:smb2_hdr::__anon87
172 } __packed SyncId; member in union:smb3_hdr_req::__anon89

Completed in 223 milliseconds