Searched defs:virtual_chapter (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | volume-index.c | 148 u64 virtual_chapter) in convert_virtual_to_index() 154 u64 virtual_chapter) in is_virtual_chapter_indexed() 561 int uds_put_volume_index_record(struct volume_index_record *record, u64 virtual_chapter) in uds_put_volume_index_record() 624 u64 virtual_chapter) in set_volume_sub_index_zone_open_chapter() 677 u64 virtual_chapter) in uds_set_volume_index_zone_open_chapter() 701 u64 virtual_chapter) in uds_set_volume_index_open_chapter() 710 u64 virtual_chapter) in uds_set_volume_index_record_chapter() 752 u64 virtual_chapter; in lookup_volume_sub_index_name() local 781 u64 virtual_chapter; in uds_lookup_volume_index_name() local
|
D | index.c | 78 static bool is_zone_chapter_sparse(const struct index_zone *zone, u64 virtual_chapter) in is_zone_chapter_sparse() 104 static void enqueue_barrier_messages(struct uds_index *index, u64 virtual_chapter) in enqueue_barrier_messages() 126 u64 virtual_chapter; in triage_index_request() local 294 static int handle_chapter_closed(struct index_zone *zone, u64 virtual_chapter) in handle_chapter_closed() 330 const struct index_zone *zone, u64 virtual_chapter) in set_chapter_location() 342 u64 virtual_chapter, bool *found) in search_sparse_cache_in_zone() 865 u64 virtual_chapter, bool will_be_sparse_chapter) in replay_record()
|
D | sparse-cache.c | 99 u64 virtual_chapter; in __aligned() local 389 bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter, in uds_sparse_cache_contains() 459 u64 virtual_chapter, in cache_chapter_index() 492 int uds_update_sparse_cache(struct index_zone *zone, u64 virtual_chapter) in uds_update_sparse_cache()
|
D | geometry.c | 128 u64 virtual_chapter) in uds_map_to_physical_chapter()
|
D | indexer.h | 228 u64 virtual_chapter; member 281 u64 virtual_chapter; member
|
D | volume.c | 932 int uds_read_chapter_index_from_volume(const struct volume *volume, u64 virtual_chapter, in uds_read_chapter_index_from_volume() 994 u64 virtual_chapter, bool *found) in uds_search_volume_page_cache_for_rebuild() 1047 void uds_forget_chapter(struct volume *volume, u64 virtual_chapter) in uds_forget_chapter()
|
D | volume-index.h | 120 u64 virtual_chapter; member
|