Searched defs:dir_info_db (Results 1 – 1 of 1) sorted by relevance
19 struct dir_info_db { struct20 int count;21 int size;22 struct dir_info *array;23 struct dir_info *last_lookup;48 struct dir_info_db *db = ctx->dir_info; in setup_tdb() argument