Searched refs:hash_list (Results 1 – 4 of 4) sorted by relevance
/fs/jbd2/ |
D | revoke.c | 142 struct list_head *hash_list; in insert_revoke_hash() local 154 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in insert_revoke_hash() 156 list_add(&record->hash, hash_list); in insert_revoke_hash() 166 struct list_head *hash_list; in find_revoke_record() local 169 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in find_revoke_record() 172 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record() 173 while (&(record->hash) != hash_list) { in find_revoke_record() 250 struct list_head *hash_list; in jbd2_journal_destroy_revoke_table() local 253 hash_list = &table->hash_table[i]; in jbd2_journal_destroy_revoke_table() 254 J_ASSERT(list_empty(hash_list)); in jbd2_journal_destroy_revoke_table() [all …]
|
/fs/ |
D | dcookies.c | 37 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/ |
D | raid56.c | 79 struct list_head hash_list; member 235 INIT_LIST_HEAD(&cur->hash_list); in btrfs_alloc_stripe_hash_table() 390 if (!list_empty(&rbio->hash_list)) { in __remove_rbio_from_cache() 391 list_del_init(&rbio->hash_list); in __remove_rbio_from_cache() 683 list_for_each_entry(cur, &h->hash_list, hash_list) { in lock_stripe_add() 693 list_del_init(&cur->hash_list); in lock_stripe_add() 744 list_add(&rbio->hash_list, &h->hash_list); in lock_stripe_add() 774 if (!list_empty(&rbio->hash_list)) { in unlock_stripe() 788 list_del_init(&rbio->hash_list); in unlock_stripe() 805 list_add(&next->hash_list, &h->hash_list); in unlock_stripe() [all …]
|
D | ctree.h | 658 struct list_head hash_list; member
|