Home
last modified time | relevance | path

Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/cifs/
Dsmb2pdu.h670 struct create_context { struct
671 __le32 Next;
672 __le16 NameOffset;
673 __le16 NameLength;
674 __le16 Reserved;
675 __le16 DataOffset;
676 __le32 DataLength;
677 __u8 Buffer[0];
/Linux-v4.19/drivers/scsi/cxlflash/
Dsuperpipe.c784 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1580 struct vmci_ctx *create_context; in qp_broker_attach() local