Home
last modified time | relevance | path

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

/linux/fs/ksmbd/
A Dsmb2pdu.h105 struct create_context ccontext;
114 struct create_context ccontext;
126 struct create_context ccontext;
137 struct create_context ccontext;
144 struct create_context ccontext;
153 struct create_context ccontext;
159 struct create_context ccontext;
165 struct create_context ccontext;
172 struct create_context ccontext;
181 struct create_context ccontext;
[all …]
A Doplock.c1387 struct create_context *cc; in parse_lease_state()
1398 cc = (struct create_context *)data_offset; in parse_lease_state()
1400 cc = (struct create_context *)((char *)cc + next); in parse_lease_state()
1446 struct create_context *smb2_find_context_vals(void *open_req, const char *tag) in smb2_find_context_vals()
1448 struct create_context *cc; in smb2_find_context_vals()
1459 cc = (struct create_context *)((char *)req + in smb2_find_context_vals()
1463 cc = (struct create_context *)((char *)cc + next); in smb2_find_context_vals()
1464 if (remain_len < offsetof(struct create_context, Buffer)) in smb2_find_context_vals()
1476 name_off != offsetof(struct create_context, Buffer) || in smb2_find_context_vals()
A Doplock.h121 struct create_context *smb2_find_context_vals(void *open_req, const char *str);
A Dsmb2pdu.c2431 struct create_context *context; in smb2_create_sd_buffer()
2491 struct create_context *context; in smb2_open()
3168 struct create_context *lease_ccontext; in smb2_open()
3174 lease_ccontext = (struct create_context *)rsp->Buffer; in smb2_open()
3186 struct create_context *mxac_ccontext; in smb2_open()
3192 mxac_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
3209 struct create_context *disk_id_ccontext; in smb2_open()
3211 disk_id_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
/linux/fs/cifs/
A Dsmb2pdu.h171 struct create_context ccontext;
177 struct create_context ccontext;
184 struct create_context ccontext;
196 struct create_context ccontext;
213 struct create_context ccontext;
230 struct create_context ccontext;
244 struct create_context ccontext;
252 struct create_context ccontext;
260 struct create_context ccontext;
265 struct create_context ccontext;
A Dsmb2pdu.c2050 struct create_context *cc; in smb2_parse_contexts()
2063 cc = (struct create_context *)data_offset; in smb2_parse_contexts()
2069 while (remaining >= sizeof(struct create_context)) { in smb2_parse_contexts()
2093 cc = (struct create_context *)((char *)cc + next); in smb2_parse_contexts()
2800 struct create_context *ccontext = in SMB2_open_init()
2801 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init()
2814 struct create_context *ccontext = in SMB2_open_init()
2828 struct create_context *ccontext = in SMB2_open_init()
2858 struct create_context *ccontext = in SMB2_open_init()
2871 struct create_context *ccontext = in SMB2_open_init()
[all …]
/linux/drivers/misc/vmw_vmci/
A 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()
/linux/fs/smbfs_common/
A Dsmb2pdu.h937 struct create_context { struct
/linux/drivers/scsi/cxlflash/
A Dsuperpipe.c778 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1402 ctxi = create_context(cfg); in cxlflash_disk_attach()

Completed in 50 milliseconds