Lines Matching refs:ccontext
1067 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_buf()
1069 buf->ccontext.DataLength = cpu_to_le32(16); in create_durable_buf()
1070 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
1072 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
1090 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
1092 buf->ccontext.DataLength = cpu_to_le32(16); in create_reconnect_durable_buf()
1093 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
1095 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
1167 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_v2_buf()
1169 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct durable_context_v2)); in create_durable_v2_buf()
1170 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_v2_buf()
1172 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
1197 buf->ccontext.DataOffset = in create_reconnect_durable_v2_buf()
1200 buf->ccontext.DataLength = in create_reconnect_durable_v2_buf()
1202 buf->ccontext.NameOffset = in create_reconnect_durable_v2_buf()
1205 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
1394 struct create_context *ccontext = in SMB2_open() local
1396 ccontext->Next = in SMB2_open()