Home
last modified time | relevance | path

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

/fs/jbd2/
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 …]
/fs/btrfs/
Draid56.c43 struct list_head hash_list; member
71 struct list_head hash_list; member
232 INIT_LIST_HEAD(&cur->hash_list); in btrfs_alloc_stripe_hash_table()
380 if (!list_empty(&rbio->hash_list)) { in __remove_rbio_from_cache()
381 list_del_init(&rbio->hash_list); in __remove_rbio_from_cache()
677 list_for_each_entry(cur, &h->hash_list, hash_list) { in lock_stripe_add()
688 list_del_init(&cur->hash_list); in lock_stripe_add()
734 list_add(&rbio->hash_list, &h->hash_list); in lock_stripe_add()
764 if (!list_empty(&rbio->hash_list)) { in unlock_stripe()
778 list_del_init(&rbio->hash_list); in unlock_stripe()
[all …]