Lines Matching defs:cctx
73 smb2_create_ctx_t cctx;
92 bzero(&cctx, sizeof (cctx));
225 status = smb2_decode_create_ctx(&cc_mbc, &cctx);
229 if (cctx.cc_in_flags & CCTX_EA_BUFFER) {
234 if (cctx.cc_in_flags & CCTX_SD_BUFFER) {
236 cce = &cctx.cc_in_sec_desc;
245 if (cctx.cc_in_flags & CCTX_ALLOCATION_SIZE) {
246 cce = &cctx.cc_in_alloc_size;
258 if (cctx.cc_in_flags & CCTX_TIMEWARP_TOKEN) {
260 cce = &cctx.cc_in_time_warp;
335 if (cctx.cc_in_flags & CCTX_QUERY_MAX_ACCESS) {
336 cce = &cctx.cc_out_max_access;
346 cctx.cc_out_flags |= CCTX_QUERY_MAX_ACCESS;
348 if ((cctx.cc_in_flags & CCTX_QUERY_ON_DISK_ID) != 0 &&
350 cce = &cctx.cc_out_file_id;
363 cctx.cc_out_flags |= CCTX_QUERY_ON_DISK_ID;
365 if (cctx.cc_out_flags) {
367 status = smb2_encode_create_ctx(&sr->raw_data, &cctx);
424 if (cctx.cc_out_flags)
425 smb2_free_create_ctx(&cctx);