Home
last modified time | relevance | path

Searched refs:hash_lock_entry (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Ddedupe.c443 VDO_ASSERT_LOG_ONLY(!list_empty(&data_vio->hash_lock_entry), in set_hash_lock()
459 list_del_init(&data_vio->hash_lock_entry); in set_hash_lock()
470 list_move_tail(&data_vio->hash_lock_entry, &new_lock->duplicate_ring); in set_hash_lock()
1796 hash_lock_entry); in is_hash_collision()
1817 result = VDO_ASSERT(list_empty(&data_vio->hash_lock_entry), in assert_hash_lock_preconditions()
Ddata-vio.h227 struct list_head hash_lock_entry; member
Ddata-vio.c495 INIT_LIST_HEAD(&data_vio->hash_lock_entry); in launch_data_vio()