Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2pdu.h132 struct create_context_hdr ccontext; member
146 struct create_context_hdr ccontext; member
152 struct create_context_hdr ccontext; member
165 struct create_context_hdr ccontext; member
344 struct create_context_hdr ccontext; member
350 struct create_context_hdr ccontext; member
H A Doplock.c1966 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1968 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1969 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1971 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1985 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1987 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf()
1988 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1990 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
2133 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
2135 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_rsp_buf()
[all …]
H A Dsmb2pdu.c3603 le32_to_cpu(sd_buf->ccontext.DataLength), true, false); in smb2_create_sd_buffer()
4603 if (le32_to_cpu(ea_buf->ccontext.DataLength) < in smb2_open()
4610 le32_to_cpu(ea_buf->ccontext.DataLength), in smb2_open()
4911 if (le16_to_cpu(az_req->ccontext.DataOffset) + in smb2_open()
4912 le32_to_cpu(az_req->ccontext.DataLength) < in smb2_open()
/linux/fs/smb/common/
H A Dsmb2pdu.h1243 struct create_context_hdr ccontext; member
1251 struct create_context_hdr ccontext; member
1264 struct create_context_hdr ccontext; member
1318 struct create_context_hdr ccontext; member
1334 struct create_context_hdr ccontext; member
1347 struct create_context_hdr ccontext; member
1354 struct create_context_hdr ccontext; member
1390 struct create_context_hdr ccontext; member
1396 struct create_context_hdr ccontext; member
1404 struct create_context_hdr ccontext; member
[all …]
/linux/fs/smb/client/
H A Dsmb2pdu.c1041 buf->ccontext.DataOffset = in create_posix_buf()
1043 buf->ccontext.DataLength = cpu_to_le32(4); in create_posix_buf()
1044 buf->ccontext.NameOffset = in create_posix_buf()
1046 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
2339 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_buf()
2341 buf->ccontext.DataLength = cpu_to_le32(16); in create_durable_buf()
2342 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
2344 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
2362 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2364 buf->ccontext.DataLength = cpu_to_le32(16); in create_reconnect_durable_buf()
[all …]
H A Dsmb2ops.c4394 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4396 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
4397 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4399 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
4423 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
4425 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
4426 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
4428 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()