Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.c1463 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1465 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1466 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1468 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1480 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1482 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf()
1483 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1485 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1615 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
1617 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
279 struct create_context_hdr ccontext; member
285 struct create_context_hdr ccontext; member
H A Dsmb2pdu.c2669 le32_to_cpu(sd_buf->ccontext.DataLength), true, false); in smb2_create_sd_buffer()
3284 if (le32_to_cpu(ea_buf->ccontext.DataLength) < in smb2_open()
3291 le32_to_cpu(ea_buf->ccontext.DataLength), in smb2_open()
3548 if (le16_to_cpu(az_req->ccontext.DataOffset) + in smb2_open()
3549 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.c1016 buf->ccontext.DataOffset = in create_posix_buf()
1018 buf->ccontext.DataLength = cpu_to_le32(4); in create_posix_buf()
1019 buf->ccontext.NameOffset = in create_posix_buf()
1021 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
2302 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_buf()
2304 buf->ccontext.DataLength = cpu_to_le32(16); in create_durable_buf()
2305 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
2307 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
2325 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2327 buf->ccontext.DataLength = cpu_to_le32(16); in create_reconnect_durable_buf()
[all …]
H A Dsmb2ops.c4228 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4230 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
4231 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4233 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
4257 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
4259 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
4260 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
4262 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
/linux/fs/smb/common/
H A Dsmb2pdu.h1237 struct create_context_hdr ccontext; member
1245 struct create_context_hdr ccontext; member
1258 struct create_context_hdr ccontext; member
1280 struct create_context_hdr ccontext; member
1296 struct create_context_hdr ccontext; member
1309 struct create_context_hdr ccontext; member
1316 struct create_context_hdr ccontext; member
1352 struct create_context_hdr ccontext; member
1358 struct create_context_hdr ccontext; member
1366 struct create_context_hdr ccontext; member
[all …]