Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.h116 struct volume_index_record { struct
165 struct volume_index_record *record);
167 int __must_check uds_put_volume_index_record(struct volume_index_record *record,
170 int __must_check uds_remove_volume_index_record(struct volume_index_record *record);
172 int __must_check uds_set_volume_index_record_chapter(struct volume_index_record *record,
H A Dvolume-index.c132 get_zone_for_record(const struct volume_index_record *record) in get_zone_for_record()
137 static inline u64 convert_index_to_virtual(const struct volume_index_record *record, in convert_index_to_virtual()
153 static inline bool is_virtual_chapter_indexed(const struct volume_index_record *record, in is_virtual_chapter_indexed()
387 static inline int flush_invalid_entries(struct volume_index_record *record, in flush_invalid_entries()
417 static int get_volume_index_entry(struct volume_index_record *record, u32 list_number, in get_volume_index_entry()
420 struct volume_index_record other_record; in get_volume_index_entry()
482 struct volume_index_record *record) in get_volume_sub_index_record()
533 struct volume_index_record *record) in uds_get_volume_index_record()
561 int uds_put_volume_index_record(struct volume_index_record *record, u64 virtual_chapter) in uds_put_volume_index_record()
604 int uds_remove_volume_index_record(struct volume_index_record *record) in uds_remove_volume_index_record()
[all …]
H A Dindex.c414 struct volume_index_record record; in search_index_zone()
523 struct volume_index_record record; in remove_from_index_zone()
868 struct volume_index_record record; in replay_record()