Home
last modified time | relevance | path

Searched refs:SyncId (Results 1 – 8 of 8) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2maperror.c58 trace_smb3_cmd_done(le32_to_cpu(shdr->Id.SyncId.TreeId), in map_smb2_to_linux_error()
84 trace_smb3_cmd_err(le32_to_cpu(shdr->Id.SyncId.TreeId), in map_smb2_to_linux_error()
H A Dsmb2misc.c613 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId), in smb2_is_valid_lease_break()
666 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId), in smb2_is_valid_lease_break()
748 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId), in smb2_is_valid_oplock_break()
857 le32_to_cpu(hdr->Id.SyncId.TreeId)); in smb2_handle_cancelled_mid()
H A Dsmb2pdu.c132 shdr->Id.SyncId.ProcessId = cpu_to_le32((__u16)current->tgid); in smb2_hdr_assemble()
143 shdr->Id.SyncId.TreeId = cpu_to_le32(tcon->tid); in smb2_hdr_assemble()
2204 tcon->tid = le32_to_cpu(rsp->hdr.Id.SyncId.TreeId); in SMB2_tcon()
4518 shdr->Id.SyncId.ProcessId = cpu_to_le32(io_parms->pid); in smb2_new_read_req()
4578 shdr->Id.SyncId.TreeId = cpu_to_le32(0xFFFFFFFF); in smb2_new_read_req()
5109 shdr->Id.SyncId.ProcessId = cpu_to_le32(io_parms->pid); in smb2_async_writev()
5287 req->hdr.Id.SyncId.ProcessId = cpu_to_le32(io_parms->pid); in SMB2_write()
5762 req->hdr.Id.SyncId.ProcessId = cpu_to_le32(pid); in SMB2_set_info_init()
6254 req->hdr.Id.SyncId.ProcessId = cpu_to_le32(pid); in smb2_lockv()
H A Dsmb2transport.c679 trace_smb3_cmd_enter(le32_to_cpu(shdr->Id.SyncId.TreeId), in smb2_mid_entry_alloc()
H A Dsmb2ops.c442 shdr->Id.SyncId.ProcessId); in smb2_dump_detail()
2645 trace_smb3_ses_expired(le32_to_cpu(shdr->Id.SyncId.TreeId), in smb2_is_session_expired()
2684 if (tcon->tid == le32_to_cpu(shdr->Id.SyncId.TreeId)) { in smb2_is_network_name_deleted()
/linux/fs/smb/server/
H A Doplock.c661 rsp_hdr->Id.SyncId.ProcessId = 0; in __smb2_oplock_break_noti()
662 rsp_hdr->Id.SyncId.TreeId = 0; in __smb2_oplock_break_noti()
768 rsp_hdr->Id.SyncId.ProcessId = 0; in __smb2_lease_break_noti()
769 rsp_hdr->Id.SyncId.TreeId = 0; in __smb2_lease_break_noti()
H A Dsmb2pdu.c118 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
278 rsp_hdr->Id.SyncId.ProcessId = 0; in init_smb2_neg_rsp()
279 rsp_hdr->Id.SyncId.TreeId = 0; in init_smb2_neg_rsp()
443 rsp_hdr->Id.SyncId.ProcessId = rcv_hdr->Id.SyncId.ProcessId; in init_chained_smb2_rsp()
444 rsp_hdr->Id.SyncId.TreeId = rcv_hdr->Id.SyncId.TreeId; in init_chained_smb2_rsp()
522 rsp_hdr->Id.SyncId.ProcessId = rcv_hdr->Id.SyncId.ProcessId; in init_smb2_rsp_hdr()
523 rsp_hdr->Id.SyncId.TreeId = rcv_hdr->Id.SyncId.TreeId; in init_smb2_rsp_hdr()
2009 rsp->hdr.Id.SyncId.TreeId = cpu_to_le32(status.tree_conn->id); in smb2_tree_connect()
2188 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId); in smb2_tree_disconnect()
2264 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId); in smb2_session_logoff()
[all …]
/linux/fs/smb/common/
H A Dsmb2pdu.h156 } __packed SyncId; member
178 } __packed SyncId; member