Searched refs:DirNode (Results 1 – 1 of 1) sorted by relevance
66 typedef struct DirNode DirNode; typedef67 struct DirNode { struct68 DirNode *next; /* The next directory in the list */ argument69 DirNode *prev; /* The node that precedes this node in the list */ argument75 DirNode *head; /* The head of the list of used and unused cache nodes */76 DirNode *next; /* The next unused node between head and tail */77 DirNode *tail; /* The tail of the list of unused cache nodes */121 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname);122 static DirNode *ef_close_dir(ExpandFile *ef, DirNode *node);205 ef->cache.mem = _new_FreeList(sizeof(DirNode), DIR_CACHE_BLK); in new_ExpandFile()[all …]