Home
last modified time | relevance | path

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

/fs/jbd/
Drevoke.c146 struct list_head *hash_list; in insert_revoke_hash() local
156 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in insert_revoke_hash()
158 list_add(&record->hash, hash_list); in insert_revoke_hash()
175 struct list_head *hash_list; in find_revoke_record() local
178 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in find_revoke_record()
181 record = (struct jbd_revoke_record_s *) hash_list->next; in find_revoke_record()
182 while (&(record->hash) != hash_list) { in find_revoke_record()
265 struct list_head *hash_list; in journal_destroy_revoke_table() local
268 hash_list = &table->hash_table[i]; in journal_destroy_revoke_table()
269 J_ASSERT(list_empty(hash_list)); in journal_destroy_revoke_table()
[all …]
/fs/jbd2/
Drevoke.c142 struct list_head *hash_list; in insert_revoke_hash() local
152 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in insert_revoke_hash()
154 list_add(&record->hash, hash_list); in insert_revoke_hash()
171 struct list_head *hash_list; in find_revoke_record() local
174 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in find_revoke_record()
177 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
178 while (&(record->hash) != hash_list) { in find_revoke_record()
255 struct list_head *hash_list; in jbd2_journal_destroy_revoke_table() local
258 hash_list = &table->hash_table[i]; in jbd2_journal_destroy_revoke_table()
259 J_ASSERT(list_empty(hash_list)); in jbd2_journal_destroy_revoke_table()
[all …]
/fs/
Ddcookies.c37 struct list_head hash_list; member
75 dcs = list_entry(pos, struct dcookie_struct, hash_list); in find_dcookie()
89 list_add(&dcs->hash_list, list); in hash_dcookie()
295 dcs = list_entry(pos, struct dcookie_struct, hash_list); in dcookie_exit()
296 list_del(&dcs->hash_list); in dcookie_exit()
/fs/btrfs/
Draid56.c81 struct list_head hash_list; member
219 INIT_LIST_HEAD(&cur->hash_list); in btrfs_alloc_stripe_hash_table()
377 if (!list_empty(&rbio->hash_list)) { in __remove_rbio_from_cache()
378 list_del_init(&rbio->hash_list); in __remove_rbio_from_cache()
649 list_for_each_entry(cur, &h->hash_list, hash_list) { in lock_stripe_add()
659 list_del_init(&cur->hash_list); in lock_stripe_add()
710 list_add(&rbio->hash_list, &h->hash_list); in lock_stripe_add()
740 if (!list_empty(&rbio->hash_list)) { in unlock_stripe()
754 list_del_init(&rbio->hash_list); in unlock_stripe()
771 list_add(&next->hash_list, &h->hash_list); in unlock_stripe()
[all …]
Dctree.h1262 struct list_head hash_list; member