Searched refs:ccontext (Results 1 – 6 of 6) sorted by relevance
105 struct create_context ccontext; member114 struct create_context ccontext; member126 struct create_context ccontext; member137 struct create_context ccontext; member144 struct create_context ccontext; member153 struct create_context ccontext; member159 struct create_context ccontext; member165 struct create_context ccontext; member172 struct create_context ccontext; member181 struct create_context ccontext; member[all …]
1353 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()1370 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()1506 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_rsp_buf()1509 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_rsp_buf()1530 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_v2_rsp_buf()1533 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_rsp_buf()1556 buf->ccontext.DataLength = cpu_to_le32(8); in create_mxac_rsp_buf()1559 buf->ccontext.NameLength = cpu_to_le16(4); in create_mxac_rsp_buf()1578 buf->ccontext.DataLength = cpu_to_le32(32); in create_disk_id_rsp_buf()1581 buf->ccontext.NameLength = cpu_to_le16(4); in create_disk_id_rsp_buf()[all …]
2452 le32_to_cpu(sd_buf->ccontext.DataLength), true); in smb2_create_sd_buffer()2843 if (le32_to_cpu(ea_buf->ccontext.DataLength) < in smb2_open()2850 le32_to_cpu(ea_buf->ccontext.DataLength), in smb2_open()3091 if (le16_to_cpu(az_req->ccontext.DataOffset) + in smb2_open()3092 le32_to_cpu(az_req->ccontext.DataLength) < in smb2_open()
171 struct create_context ccontext; member177 struct create_context ccontext; member184 struct create_context ccontext; member196 struct create_context ccontext; member213 struct create_context ccontext; member230 struct create_context ccontext; member244 struct create_context ccontext; member252 struct create_context ccontext; member260 struct create_context ccontext; member265 struct create_context ccontext; member
769 buf->ccontext.DataOffset = in create_posix_buf()772 buf->ccontext.NameOffset = in create_posix_buf()2171 buf->ccontext.DataOffset = in create_reconnect_durable_v2_buf()2174 buf->ccontext.DataLength = in create_reconnect_durable_v2_buf()2176 buf->ccontext.NameOffset = in create_reconnect_durable_v2_buf()2800 struct create_context *ccontext = in SMB2_open_init() local2802 ccontext->Next = in SMB2_open_init()2814 struct create_context *ccontext = in SMB2_open_init() local2816 ccontext->Next = in SMB2_open_init()2830 ccontext->Next = in SMB2_open_init()[all …]
4296 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()4298 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()4299 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()4301 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()4322 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()4324 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()4325 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()4327 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
Completed in 48 milliseconds