Searched refs:V9fsDirEnt (Results 1 – 4 of 4) sorted by relevance
72 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()
238 typedef struct V9fsDirEnt { struct253 struct V9fsDirEnt *next; argument254 } V9fsDirEnt; typedef
65 struct V9fsDirEnt **, off_t, int32_t,
2450 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()