Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dhash-utils.h26 static inline u64 uds_extract_chapter_index_bytes(const struct uds_record_name *name) in uds_extract_chapter_index_bytes() function
49 return ((uds_extract_chapter_index_bytes(name) >> geometry->chapter_address_bits) & in uds_hash_to_chapter_delta_list()
57 return uds_extract_chapter_index_bytes(name) & ((1 << geometry->chapter_address_bits) - 1); in uds_hash_to_chapter_delta_address()
63 return (unsigned int) (uds_extract_chapter_index_bytes(name) % slot_count); in uds_name_to_hash_slot()