Lines Matching refs:page_count

267 			u32		page_count;  member
2070 obj_request->page_count); in rbd_obj_request_destroy()
2293 obj_request->page_count = 0; in rbd_img_obj_end_request()
2489 unsigned int page_count; in rbd_img_request_fill() local
2492 page_count = (u32)calc_pages_for(offset, length); in rbd_img_request_fill()
2493 obj_request->page_count = page_count; in rbd_img_request_fill()
2495 page_count--; /* more on last page */ in rbd_img_request_fill()
2496 pages += page_count; in rbd_img_request_fill()
2532 u32 page_count; in rbd_osd_copyup_callback() local
2548 page_count = obj_request->copyup_page_count; in rbd_osd_copyup_callback()
2549 rbd_assert(page_count); in rbd_osd_copyup_callback()
2551 ceph_release_page_vector(pages, page_count); in rbd_osd_copyup_callback()
2574 u32 page_count; in rbd_img_obj_parent_read_full_callback() local
2585 page_count = img_request->copyup_page_count; in rbd_img_obj_parent_read_full_callback()
2586 rbd_assert(page_count); in rbd_img_obj_parent_read_full_callback()
2609 ceph_release_page_vector(pages, page_count); in rbd_img_obj_parent_read_full_callback()
2632 orig_request->copyup_page_count = page_count; in rbd_img_obj_parent_read_full_callback()
2682 u32 page_count; in rbd_img_obj_parent_read_full() local
2714 page_count = (u32)calc_pages_for(0, length); in rbd_img_obj_parent_read_full()
2715 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_img_obj_parent_read_full()
2732 parent_request->copyup_page_count = page_count; in rbd_img_obj_parent_read_full()
2745 ceph_release_page_vector(pages, page_count); in rbd_img_obj_parent_read_full()
2828 u32 page_count; in rbd_img_obj_exists_submit() local
2841 page_count = (u32)calc_pages_for(0, size); in rbd_img_obj_exists_submit()
2842 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_img_obj_exists_submit()
2855 stat_request->page_count = page_count; in rbd_img_obj_exists_submit()
3261 u32 page_count; in rbd_obj_method_sync() local
3271 page_count = (u32)calc_pages_for(0, inbound_size); in rbd_obj_method_sync()
3272 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_obj_method_sync()
3283 obj_request->page_count = page_count; in rbd_obj_method_sync()
3327 ceph_release_page_vector(pages, page_count); in rbd_obj_method_sync()
3529 u32 page_count; in rbd_obj_read_sync() local
3533 page_count = (u32) calc_pages_for(offset, length); in rbd_obj_read_sync()
3534 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_obj_read_sync()
3545 obj_request->page_count = page_count; in rbd_obj_read_sync()
3581 ceph_release_page_vector(pages, page_count); in rbd_obj_read_sync()