Lines Matching refs:vdo_page_completion
163 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()
479 struct vdo_page_completion *vdo_page_comp) in complete_with_page()
588 static int __must_check validate_completed_page(struct vdo_page_completion *completion, in validate_completed_page()
649 validate_completed_page_or_enter_read_only_mode(struct vdo_page_completion *completion, in validate_completed_page_or_enter_read_only_mode()
962 static void discard_page_for_completion(struct vdo_page_completion *vdo_page_comp) in discard_page_for_completion()
1143 struct vdo_page_completion *page_completion = as_vdo_page_completion(completion); in vdo_release_page_completion()
1180 struct vdo_page_completion *vdo_page_comp) in load_page_for_completion()
1208 void vdo_get_page(struct vdo_page_completion *page_completion, in vdo_get_page()
1221 *page_completion = (struct vdo_page_completion) { in vdo_get_page()
1289 struct vdo_page_completion *vdo_page_comp = as_vdo_page_completion(completion); in vdo_request_page_write()
1310 struct vdo_page_completion *vpc; in vdo_get_cached_page()
3164 struct vdo_page_completion *vpc = as_vdo_page_completion(completion); in get_mapping_from_fetched_page()
3234 struct vdo_page_completion *vpc; in put_mapping_in_fetched_page()