Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h621 struct create_context { struct
632 struct create_context ccontext; argument
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h858 struct create_context { struct
859 __le32 Next;
860 __le16 NameOffset;
861 __le16 NameLength;
862 __le16 Reserved;
863 __le16 DataOffset;
864 __le32 DataLength;
865 __u8 Buffer[];
/Linux-v5.15/drivers/scsi/cxlflash/
Dsuperpipe.c778 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
/Linux-v5.15/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1576 struct vmci_ctx *create_context; in qp_broker_attach() local