Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h834 struct create_context { struct
877 struct create_context ccontext;
883 struct create_context ccontext;
890 struct create_context ccontext;
902 struct create_context ccontext;
919 struct create_context ccontext;
936 struct create_context ccontext;
950 struct create_context ccontext;
958 struct create_context ccontext;
966 struct create_context ccontext;
[all …]
Dsmb2pdu.c1946 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt()
1956 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt()
1998 struct create_context *cc; in smb2_parse_contexts()
2011 cc = (struct create_context *)data_offset; in smb2_parse_contexts()
2017 while (remaining >= sizeof(struct create_context)) { in smb2_parse_contexts()
2041 cc = (struct create_context *)((char *)cc + next); in smb2_parse_contexts()
2736 struct create_context *ccontext = in SMB2_open_init()
2737 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()
2750 struct create_context *ccontext = in SMB2_open_init()
2751 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()
[all …]
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1576 struct vmci_ctx *create_context; in qp_broker_attach() local
1584 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()
/kernel/linux/linux-5.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()