Searched refs:hash_list (Results 1 – 2 of 2) sorted by relevance
139 struct list_head *hash_list; in insert_revoke_hash() local151 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in insert_revoke_hash()153 list_add(&record->hash, hash_list); in insert_revoke_hash()163 struct list_head *hash_list; in find_revoke_record() local166 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in find_revoke_record()169 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()170 while (&(record->hash) != hash_list) { in find_revoke_record()251 struct list_head *hash_list; in jbd2_journal_destroy_revoke_table() local254 hash_list = &table->hash_table[i]; in jbd2_journal_destroy_revoke_table()255 J_ASSERT(list_empty(hash_list)); in jbd2_journal_destroy_revoke_table()[all …]
26 static struct hash hash_list[] = { variable38 for (p = hash_list; p->string; p++) { in e2p_hash2string()55 for (p = hash_list; p->string; p++) { in e2p_string2hash()