Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.h132 typedef struct V9fsState V9fsState; typedef
338 struct V9fsState { struct
341 GHashTable *fids;
342 FileOperations *ops;
343 FsContext ctx;
344 char *tag;
345 P9ProtoVersion proto_version;
346 int32_t msize;
347 V9fsPDU pdus[MAX_REQ];
348 const V9fsTransport *transport;
[all …]