Searched refs:Id (Results 1 - 11 of 11) 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);
1847 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid),
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
[all...]
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.c479 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid),
768 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
[all...]
/linux-master/fs/smb/common/
H A Dsmb2pdu.h152 } __packed Id; member in struct:smb2_hdr
174 } __packed Id; member in struct:smb3_hdr_req
/linux-master/arch/arm/boot/compressed/
H A Dhead.S1119 .word 0x000f0000 @ new CPU Id
/linux-master/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h2060 U8 Id; /* 10h */ member in struct:_CONFIG_PAGE_FC_PORT_10_BASE_SFP_DATA
/linux-master/scripts/
H A Dcheckpatch.pl3247 "Remove Gerrit Change-Id's before submitting upstream\n" . $herecurr) &&
4195 if ($rawline =~ /^\+.*\$(Revision|Log|Id)(?:\$|)/) {

Completed in 406 milliseconds