Searched refs:files_db_buckets (Results 1 – 3 of 3) sorted by relevance
30 static struct files_db_s *files_db_buckets[FILE_DB_HASHSIZE]; variable45 db_node = files_db_buckets[i]; in files_db_write_objects()72 db_node = files_db_buckets[hash]; in files_db_lookup()95 db_node->next = files_db_buckets[hash]; in files_db_add()97 files_db_buckets[hash] = db_node; in files_db_add()
46 h->files_db_buckets[i] = NULL; in files_db_create_handle()57 db_node = h->files_db_buckets[hash]; in files_db_lookup_byfileno()81 db_node->next = h->files_db_buckets[hash]; in files_db_add_byfileno()82 h->files_db_buckets[hash] = db_node; in files_db_add_byfileno()100 db_node = h->files_db_buckets[i]; in files_db_fsync_discard_files()176 db_node = h->files_db_buckets[i]; in files_db_close_files()197 db_node = h->files_db_buckets[i]; in files_db_unlink_files()226 db_node = h->files_db_buckets[i]; in files_db_free_memory()
55 struct files_db_s *files_db_buckets[FILE_DB_HASHSIZE]; member