Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2ops.c1324 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
1326 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
1327 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
1329 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
1351 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
1353 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
1354 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
1356 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
Dsmb2pdu.c1000 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_buf()
1002 buf->ccontext.DataLength = cpu_to_le32(16); in create_durable_buf()
1003 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
1005 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
1023 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
1025 buf->ccontext.DataLength = cpu_to_le32(16); in create_reconnect_durable_buf()
1026 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
1028 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
1210 struct create_context *ccontext = in SMB2_open() local
1212 ccontext->Next = in SMB2_open()
Dsmb2pdu.h535 struct create_context ccontext; member
541 struct create_context ccontext; member
548 struct create_context ccontext; member