Searched refs:create_context (Results 1 – 4 of 4) sorted by relevance
670 struct create_context { struct713 struct create_context ccontext;719 struct create_context ccontext;726 struct create_context ccontext;738 struct create_context ccontext;755 struct create_context ccontext;777 struct create_context ccontext;784 struct create_context ccontext;
1673 struct create_context *cc; in parse_lease_state()1680 cc = (struct create_context *)data_offset; in parse_lease_state()1681 while (remaining >= sizeof(struct create_context)) { in parse_lease_state()1692 cc = (struct create_context *)((char *)cc + next); in parse_lease_state()2194 struct create_context *ccontext = in SMB2_open_init()2195 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()2208 struct create_context *ccontext = in SMB2_open_init()2209 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()2222 struct create_context *ccontext = in SMB2_open_init()2223 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()
1580 struct vmci_ctx *create_context; in qp_broker_attach() local1588 create_context = vmci_ctx_get(entry->create_id); in qp_broker_attach()1589 supports_host_qp = vmci_ctx_supports_host_qp(create_context); in qp_broker_attach()1590 vmci_ctx_put(create_context); in qp_broker_attach()
784 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function1408 ctxi = create_context(cfg); in cxlflash_disk_attach()