Searched refs:TreeId (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2misc.c | 661 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId), in smb2_is_valid_lease_break() 741 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId), in smb2_is_valid_oplock_break() 845 le32_to_cpu(hdr->Id.SyncId.TreeId)); in smb2_handle_cancelled_mid()
|
H A D | smb2transport.c | 766 trace_smb3_cmd_enter(le32_to_cpu(shdr->Id.SyncId.TreeId), in smb2_mid_entry_alloc()
|
H A D | smb2maperror.c | 2446 trace_smb3_cmd_done(le32_to_cpu(shdr->Id.SyncId.TreeId), in map_smb2_to_linux_error() 2473 trace_smb3_cmd_err(le32_to_cpu(shdr->Id.SyncId.TreeId), in map_smb2_to_linux_error()
|
H A D | smb2pdu.c | 135 shdr->Id.SyncId.TreeId = cpu_to_le32(tcon->tid); in smb2_hdr_assemble() 2031 /* SMB2 TREE_CONNECT request must be called with TreeId == 0 */ in SMB2_tcon() 2110 tcon->tid = le32_to_cpu(rsp->hdr.Id.SyncId.TreeId); in SMB2_tcon() 2831 * the share that is identified by the TreeId in the SMB2 in smb311_posix_mkdir() 2976 * the share that is identified by the TreeId in the SMB2 in SMB2_open_init() 4326 shdr->Id.SyncId.TreeId = cpu_to_le32(0xFFFFFFFF); in smb2_new_read_req()
|
H A D | smb2ops.c | 2396 trace_smb3_ses_expired(le32_to_cpu(shdr->Id.SyncId.TreeId), in smb2_is_session_expired() 2433 if (tcon->tid == le32_to_cpu(shdr->Id.SyncId.TreeId)) { in smb2_is_network_name_deleted()
|
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | smb2pdu.h | 148 __le32 TreeId; member 170 __le32 TreeId; member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2misc.c | 844 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
|
H A D | smb2transport.c | 737 trace_smb3_cmd_enter(shdr->TreeId, shdr->SessionId, in smb2_mid_entry_alloc()
|
H A D | smb2maperror.c | 2461 trace_smb3_cmd_done(shdr->TreeId, shdr->SessionId, in map_smb2_to_linux_error() 2486 trace_smb3_cmd_err(shdr->TreeId, shdr->SessionId, in map_smb2_to_linux_error()
|
H A D | smb2pdu.h | 118 __u32 TreeId; /* opaque - so do not make little endian */ member
|
H A D | smb2pdu.c | 131 shdr->TreeId = tcon->tid; in smb2_hdr_assemble() 1745 /* SMB2 TREE_CONNECT request must be called with TreeId == 0 */ in SMB2_tcon() 1823 tcon->tid = rsp->sync_hdr.TreeId; in SMB2_tcon() 2555 * the share that is identified by the TreeId in the SMB2 in smb311_posix_mkdir() 2687 * the share that is identified by the TreeId in the SMB2 in SMB2_open_init() 3913 shdr->TreeId = 0xFFFFFFFF; in smb2_new_read_req()
|
H A D | smb2ops.c | 2396 trace_smb3_ses_expired(shdr->TreeId, shdr->SessionId, in smb2_is_session_expired()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.c | 106 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon() 267 rsp_hdr->Id.SyncId.TreeId = 0; in init_smb2_neg_rsp() 432 rsp_hdr->Id.SyncId.TreeId = rcv_hdr->Id.SyncId.TreeId; in init_chained_smb2_rsp() 511 rsp_hdr->Id.SyncId.TreeId = rcv_hdr->Id.SyncId.TreeId; in init_smb2_rsp_hdr() 1974 rsp->hdr.Id.SyncId.TreeId = cpu_to_le32(status.tree_conn->id); in smb2_tree_connect() 2139 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId); in smb2_tree_disconnect() 2223 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId); in smb2_session_logoff() 3245 le32_to_cpu(req->hdr.Id.SyncId.TreeId), in smb2_open() [all...] |
H A D | oplock.c | 664 rsp_hdr->Id.SyncId.TreeId = 0; in __smb2_oplock_break_noti() 768 rsp_hdr->Id.SyncId.TreeId = 0; in __smb2_lease_break_noti()
|
Completed in 55 milliseconds