Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2pdu.h826 struct create_context { struct
869 struct create_context ccontext;
875 struct create_context ccontext;
882 struct create_context ccontext;
894 struct create_context ccontext;
911 struct create_context ccontext;
928 struct create_context ccontext;
942 struct create_context ccontext;
950 struct create_context ccontext;
958 struct create_context ccontext;
[all …]
Dsmb2pdu.c1928 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt()
1938 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt()
1980 struct create_context *cc; in smb2_parse_contexts()
1993 cc = (struct create_context *)data_offset; in smb2_parse_contexts()
1999 while (remaining >= sizeof(struct create_context)) { in smb2_parse_contexts()
2023 cc = (struct create_context *)((char *)cc + next); in smb2_parse_contexts()
2717 struct create_context *ccontext = in SMB2_open_init()
2718 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()
2731 struct create_context *ccontext = in SMB2_open_init()
2732 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()
[all …]
/Linux-v5.10/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1571 struct vmci_ctx *create_context; in qp_broker_attach() local
1579 create_context = vmci_ctx_get(entry->create_id); in qp_broker_attach()
1580 supports_host_qp = vmci_ctx_supports_host_qp(create_context); in qp_broker_attach()
1581 vmci_ctx_put(create_context); in qp_broker_attach()
/Linux-v5.10/drivers/scsi/cxlflash/
Dsuperpipe.c779 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1403 ctxi = create_context(cfg); in cxlflash_disk_attach()