Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dencodings.h220 struct data_location mapping;
221 struct data_location unmapping;
849 static inline struct data_location vdo_unpack_block_map_entry(const struct block_map_entry *entry) in vdo_unpack_block_map_entry()
854 return (struct data_location) { in vdo_unpack_block_map_entry()
860 static inline bool vdo_is_mapped_location(const struct data_location *location) in vdo_is_mapped_location()
865 static inline bool vdo_is_valid_location(const struct data_location *location) in vdo_is_valid_location()
H A Dtypes.h165 struct data_location { struct
H A Drepair.c405 struct data_location mapping = vdo_unpack_block_map_entry(&page->entries[slot]); in remove_out_of_bounds_entries()
425 struct data_location mapping = vdo_unpack_block_map_entry(&page->entries[slot]); in process_slot()
1303 entry->unmapping = (struct data_location) { in unpack_entry()