Home
last modified time | relevance | path

Searched refs:hash_list (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Drevoke.c139 struct list_head *hash_list; in insert_revoke_hash() local
151 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() local
166 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() local
254 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 …]
/third_party/e2fsprogs/lib/e2p/
Dhashstr.c26 static struct hash hash_list[] = { variable
38 for (p = hash_list; p->string; p++) { in e2p_hash2string()
55 for (p = hash_list; p->string; p++) { in e2p_string2hash()