Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dblock-map.h165 struct vdo_page_completion { struct
293 static inline struct vdo_page_completion *as_vdo_page_completion(struct vdo_completion *completion) in as_vdo_page_completion()
296 return container_of(completion, struct vdo_page_completion, completion); in as_vdo_page_completion()
301 void vdo_get_page(struct vdo_page_completion *page_completion,
Drepair.c130 struct vdo_page_completion page_completions[];
544 struct vdo_page_completion *page_completion = (struct vdo_page_completion *) completion; in fetch_page()
927 struct vdo_page_completion *page_completion = in finish_if_done()
1040 vdo_get_page(((struct vdo_page_completion *) completion), in fetch_block_map_page()
1046 static struct vdo_page_completion *get_next_page_completion(struct repair_completion *repair, in get_next_page_completion()
1047 struct vdo_page_completion *completion) in get_next_page_completion()
1058 struct vdo_page_completion *page_completion = (struct vdo_page_completion *) completion; in recover_ready_pages()
1719 struct vdo_page_completion, __func__, in vdo_repair()
Dblock-map.c163 static inline struct vdo_page_completion *page_completion_from_waiter(struct vdo_waiter *waiter) in page_completion_from_waiter()
165 struct vdo_page_completion *completion; in page_completion_from_waiter()
170 completion = container_of(waiter, struct vdo_page_completion, waiter); in page_completion_from_waiter()
481 struct vdo_page_completion *vdo_page_comp) in complete_with_page()
590 static int __must_check validate_completed_page(struct vdo_page_completion *completion, in validate_completed_page()
651 validate_completed_page_or_enter_read_only_mode(struct vdo_page_completion *completion, in validate_completed_page_or_enter_read_only_mode()
964 static void discard_page_for_completion(struct vdo_page_completion *vdo_page_comp) in discard_page_for_completion()
1145 struct vdo_page_completion *page_completion = as_vdo_page_completion(completion); in vdo_release_page_completion()
1182 struct vdo_page_completion *vdo_page_comp) in load_page_for_completion()
1210 void vdo_get_page(struct vdo_page_completion *page_completion, in vdo_get_page()
[all …]
Ddata-vio.h248 struct vdo_page_completion page_completion;