Searched refs:create_context (Results 1 – 4 of 4) sorted by relevance
722 struct create_context { struct765 struct create_context ccontext;771 struct create_context ccontext;778 struct create_context ccontext;790 struct create_context ccontext;807 struct create_context ccontext;824 struct create_context ccontext;838 struct create_context ccontext;846 struct create_context ccontext;854 struct create_context ccontext;
1885 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt()1901 struct create_context *cc; in smb2_parse_contexts()1909 cc = (struct create_context *)data_offset; in smb2_parse_contexts()1915 while (remaining >= sizeof(struct create_context)) { in smb2_parse_contexts()1929 cc = (struct create_context *)((char *)cc + next); in smb2_parse_contexts()2485 struct create_context *ccontext = in SMB2_open_init()2486 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()2499 struct create_context *ccontext = in SMB2_open_init()2500 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()2513 struct create_context *ccontext = in SMB2_open_init()[all …]
1569 struct vmci_ctx *create_context; in qp_broker_attach() local1577 create_context = vmci_ctx_get(entry->create_id); in qp_broker_attach()1578 supports_host_qp = vmci_ctx_supports_host_qp(create_context); in qp_broker_attach()1579 vmci_ctx_put(create_context); in qp_broker_attach()
780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function1404 ctxi = create_context(cfg); in cxlflash_disk_attach()