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()
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()
1223 *page_completion = (struct vdo_page_completion) { in vdo_get_page()
1291 struct vdo_page_completion *vdo_page_comp = as_vdo_page_completion(completion); in vdo_request_page_write()
1312 struct vdo_page_completion *vpc; in vdo_get_cached_page()
3166 struct vdo_page_completion *vpc = as_vdo_page_completion(completion); in get_mapping_from_fetched_page()
3236 struct vdo_page_completion *vpc; in put_mapping_in_fetched_page()