Home
last modified time | relevance | path

Searched refs:ccontext (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/server/
H A Doplock.c1478 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1480 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1481 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1483 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1495 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1497 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf()
1498 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1500 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1630 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
1632 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_rsp_buf()
[all …]
H A Dsmb2pdu.h72 struct create_context_hdr ccontext; member
78 struct create_context_hdr ccontext; member
91 struct create_context_hdr ccontext; member
270 struct create_context_hdr ccontext; member
276 struct create_context_hdr ccontext; member
H A Dsmb2pdu.c2674 le32_to_cpu(sd_buf->ccontext.DataLength), true, false); in smb2_create_sd_buffer()
3286 if (le32_to_cpu(ea_buf->ccontext.DataLength) < in smb2_open()
3293 le32_to_cpu(ea_buf->ccontext.DataLength), in smb2_open()
3554 if (le16_to_cpu(az_req->ccontext.DataOffset) + in smb2_open()
3555 le32_to_cpu(az_req->ccontext.DataLength) < in smb2_open()
/linux/fs/smb/client/
H A Dsmb2pdu.h138 struct create_context_hdr ccontext; member
146 struct create_context_hdr ccontext; member
151 struct create_context_hdr ccontext; member
H A Dsmb2pdu.c1015 buf->ccontext.DataOffset = in create_posix_buf()
1017 buf->ccontext.DataLength = cpu_to_le32(4); in create_posix_buf()
1018 buf->ccontext.NameOffset = in create_posix_buf()
1020 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
2314 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_buf()
2316 buf->ccontext.DataLength = cpu_to_le32(16); in create_durable_buf()
2317 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
2319 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
2337 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2339 buf->ccontext.DataLength = cpu_to_le32(16); in create_reconnect_durable_buf()
[all …]
H A Dsmb2ops.c4245 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4247 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
4248 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4250 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
4274 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
4276 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
4277 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
4279 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()