Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2pdu.h722 struct create_context { struct
723 __le32 Next;
724 __le16 NameOffset;
725 __le16 NameLength;
726 __le16 Reserved;
727 __le16 DataOffset;
728 __le32 DataLength;
729 __u8 Buffer[0];
/Linux-v5.4/drivers/scsi/cxlflash/
Dsuperpipe.c780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
/Linux-v5.4/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1569 struct vmci_ctx *create_context; in qp_broker_attach() local