Searched refs:create_context (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.h | 67 struct create_context ccontext; 76 struct create_context ccontext; 87 struct create_context ccontext; 93 struct create_context ccontext; 102 struct create_context ccontext; 110 struct create_context ccontext; 369 struct create_context ccontext; 375 struct create_context ccontext;
|
H A D | oplock.h | 124 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len);
|
H A D | oplock.c | 1505 struct create_context *cc; in parse_lease_state() 1554 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len) in smb2_find_context_vals() 1556 struct create_context *cc; in smb2_find_context_vals() 1567 cc = (struct create_context *)((char *)req + in smb2_find_context_vals() 1571 cc = (struct create_context *)((char *)cc + next); in smb2_find_context_vals() 1572 if (remain_len < offsetof(struct create_context, Buffer)) in smb2_find_context_vals() 1584 name_off != offsetof(struct create_context, Buffer) || in smb2_find_context_vals()
|
H A D | smb2pdu.c | 2601 struct create_context *context; in smb2_create_sd_buffer() 2664 struct create_context *context; in smb2_open() 3350 struct create_context *lease_ccontext; in smb2_open() 3356 lease_ccontext = (struct create_context *)rsp->Buffer; in smb2_open() 3367 struct create_context *mxac_ccontext; in smb2_open() 3373 mxac_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open() 3389 struct create_context *disk_id_ccontext; in smb2_open() 3391 disk_id_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.h | 147 struct create_context ccontext; 169 struct create_context ccontext; 177 struct create_context ccontext; 185 struct create_context ccontext; 190 struct create_context ccontext;
|
H A D | smb2pdu.c | 2248 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt() 2258 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt() 2300 struct create_context *cc; in smb2_parse_contexts() 2317 cc = (struct create_context *)((u8 *)rsp + off); in smb2_parse_contexts() 2362 cc = (struct create_context *)((u8 *)cc + off); in smb2_parse_contexts() 3084 struct create_context *cctx = in SMB2_open_init() 3085 (struct create_context *)v->iov_base; in SMB2_open_init()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.h | 834 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 ccontex [all...] |
H A D | smb2pdu.c | 1950 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt() 1960 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt() 2002 struct create_context *cc; in smb2_parse_contexts() 2015 cc = (struct create_context *)data_offset; in smb2_parse_contexts() 2021 while (remaining >= sizeof(struct create_context)) { in smb2_parse_contexts() 2045 cc = (struct create_context *)((char *)cc + next); in smb2_parse_contexts() 2740 struct create_context *ccontext = in SMB2_open_init() 2741 (struct create_context *)iov[n_iov-1].iov_base; in SMB2_open_init() 2754 struct create_context *ccontext = in SMB2_open_init() 2755 (struct create_context *)io in SMB2_open_init() [all...] |
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | smb2pdu.h | 1142 struct create_context { struct 1194 struct create_context ccontext; 1202 struct create_context ccontext; 1215 struct create_context ccontext; 1222 struct create_context ccontext; 1258 struct create_context ccontext; 1264 struct create_context ccontext; 1272 struct create_context ccontext; 1281 struct create_context ccontext; 1290 struct create_context ccontex [all...] |
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 1576 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-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 1578 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()
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 774 * create_context() - allocates and initializes a context 779 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function 1403 ctxi = create_context(cfg); in cxlflash_disk_attach()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 775 * create_context() - allocates and initializes a context 780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function 1404 ctxi = create_context(cfg); in cxlflash_disk_attach()
|
Completed in 46 milliseconds