Home
last modified time | relevance | path

Searched refs:V9fsDirEnt (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A Dcodir.c72 do_readdir_many(V9fsPDU *pdu, V9fsFidState *fidp, struct V9fsDirEnt **entries, in do_readdir_many()
81 struct V9fsDirEnt *e = NULL; in do_readdir_many()
143 *entries = e = g_new0(V9fsDirEnt, 1); in do_readdir_many()
145 e = e->next = g_new0(V9fsDirEnt, 1); in do_readdir_many()
217 struct V9fsDirEnt **entries, in v9fs_co_readdir_many()
H A D9p.h238 typedef struct V9fsDirEnt { struct
253 struct V9fsDirEnt *next; argument
254 } V9fsDirEnt; typedef
H A Dcoth.h65 struct V9fsDirEnt **, off_t, int32_t,
H A D9p.c2450 static void v9fs_free_dirents(struct V9fsDirEnt *e) in v9fs_free_dirents()
2452 struct V9fsDirEnt *next = NULL; in v9fs_free_dirents()
2473 struct V9fsDirEnt *entries = NULL; in v9fs_do_readdir()
2497 for (struct V9fsDirEnt *e = entries; e; e = e->next) { in v9fs_do_readdir()