Searched refs:create_context (Results 1 – 8 of 8) sorted by relevance
621 struct create_context { struct632 struct create_context ccontext; argument641 struct create_context ccontext;653 struct create_context ccontext;664 struct create_context ccontext;671 struct create_context ccontext;680 struct create_context ccontext;686 struct create_context ccontext;692 struct create_context ccontext;699 struct create_context ccontext;[all …]
1391 struct create_context *cc; in parse_lease_state()1402 cc = (struct create_context *)data_offset; in parse_lease_state()1404 cc = (struct create_context *)((char *)cc + next); in parse_lease_state()1452 struct create_context *smb2_find_context_vals(void *open_req, const char *tag) in smb2_find_context_vals()1454 struct create_context *cc; in smb2_find_context_vals()1465 cc = (struct create_context *)((char *)req + 4 + in smb2_find_context_vals()1469 cc = (struct create_context *)((char *)cc + next); in smb2_find_context_vals()1470 if (remain_len < offsetof(struct create_context, Buffer)) in smb2_find_context_vals()1482 name_off != offsetof(struct create_context, Buffer) || in smb2_find_context_vals()
123 struct create_context *smb2_find_context_vals(void *open_req, const char *str);
2413 struct create_context *context; in smb2_create_sd_buffer()2473 struct create_context *context; in smb2_open()3147 struct create_context *lease_ccontext; in smb2_open()3153 lease_ccontext = (struct create_context *)rsp->Buffer; in smb2_open()3164 struct create_context *mxac_ccontext; in smb2_open()3170 mxac_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()3186 struct create_context *disk_id_ccontext; in smb2_open()3188 disk_id_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
858 struct create_context { struct901 struct create_context ccontext;907 struct create_context ccontext;914 struct create_context ccontext;926 struct create_context ccontext;943 struct create_context ccontext;960 struct create_context ccontext;974 struct create_context ccontext;982 struct create_context ccontext;990 struct create_context ccontext;[all …]
2001 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt()2011 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt()2053 struct create_context *cc; in smb2_parse_contexts()2066 cc = (struct create_context *)data_offset; in smb2_parse_contexts()2072 while (remaining >= sizeof(struct create_context)) { in smb2_parse_contexts()2096 cc = (struct create_context *)((char *)cc + next); in smb2_parse_contexts()2790 struct create_context *ccontext = in SMB2_open_init()2791 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()2804 struct create_context *ccontext = in SMB2_open_init()2805 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()[all …]
1576 struct vmci_ctx *create_context; in qp_broker_attach() local1584 create_context = vmci_ctx_get(entry->create_id); in qp_broker_attach()1585 supports_host_qp = vmci_ctx_supports_host_qp(create_context); in qp_broker_attach()1586 vmci_ctx_put(create_context); in qp_broker_attach()
778 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function1402 ctxi = create_context(cfg); in cxlflash_disk_attach()