Home
last modified time | relevance | path

Searched refs:create_context (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/cifs/
Dsmb2pdu.h670 struct create_context { struct
713 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;
Dsmb2pdu.c1673 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()
/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1580 struct vmci_ctx *create_context; in qp_broker_attach() local
1588 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()
/Linux-v4.19/drivers/scsi/cxlflash/
Dsuperpipe.c784 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1408 ctxi = create_context(cfg); in cxlflash_disk_attach()