Home
last modified time | relevance | path

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

/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h1113 struct create_context { struct
1114 __le32 Next;
1115 __le16 NameOffset;
1116 __le16 NameLength;
1117 __le16 Reserved;
1118 __le16 DataOffset;
1119 __le32 DataLength;
1120 __u8 Buffer[];
/Linux-v6.1/drivers/scsi/cxlflash/
Dsuperpipe.c778 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
/Linux-v6.1/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1578 struct vmci_ctx *create_context; in qp_broker_attach() local