Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Doplock.c1494 struct create_context *cc; in parse_lease_state()
1539 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len) in smb2_find_context_vals()
1541 struct create_context *cc; in smb2_find_context_vals()
1552 cc = (struct create_context *)((char *)req + in smb2_find_context_vals()
1556 cc = (struct create_context *)((char *)cc + next); in smb2_find_context_vals()
1557 if (remain_len < offsetof(struct create_context, Buffer)) in smb2_find_context_vals()
1569 name_off != offsetof(struct create_context, Buffer) || in smb2_find_context_vals()
H A Doplock.h124 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len);
H A Dsmb2pdu.c2613 struct create_context *context; in smb2_create_sd_buffer()
2679 struct create_context *context; in parse_durable_handle_context()
2835 struct create_context *context; in smb2_open()
3579 struct create_context *lease_ccontext; in smb2_open()
3585 lease_ccontext = (struct create_context *)rsp->Buffer; in smb2_open()
3596 struct create_context *mxac_ccontext; in smb2_open()
3602 mxac_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
3618 struct create_context *disk_id_ccontext; in smb2_open()
3620 disk_id_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
3636 struct create_context *durable_ccontex in smb2_open()
[all...]
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c1578 struct vmci_ctx *create_context; in qp_broker_attach() local
1586 create_context = vmci_ctx_get(entry->create_id); in qp_broker_attach()
1587 supports_host_qp = vmci_ctx_supports_host_qp(create_context); in qp_broker_attach()
1588 vmci_ctx_put(create_context); in qp_broker_attach()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c2279 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt()
2289 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt()
2331 struct create_context *cc; in smb2_parse_contexts()
2348 cc = (struct create_context *)((u8 *)rsp + off); in smb2_parse_contexts()
2393 cc = (struct create_context *)((u8 *)cc + off); in smb2_parse_contexts()
3148 struct create_context *cctx = in SMB2_open_init()
3149 (struct create_context *)v->iov_base; in SMB2_open_init()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.c780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1404 ctxi = create_context(cfg); in cxlflash_disk_attach()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1207 struct create_context { struct