Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dpagevec.c74 struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags) in ceph_alloc_page_vector() function
91 EXPORT_SYMBOL(ceph_alloc_page_vector);
/linux-4.1.27/include/linux/ceph/
Dlibceph.h217 extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags);
/linux-4.1.27/fs/ceph/
Dfile.c486 pages = ceph_alloc_page_vector(num_pages, GFP_NOFS); in ceph_sync_read()
739 pages = ceph_alloc_page_vector(num_pages, GFP_NOFS); in ceph_sync_write()
/linux-4.1.27/drivers/block/
Drbd.c2715 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_img_obj_parent_read_full()
2842 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_img_obj_exists_submit()
3272 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_obj_method_sync()
3534 pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); in rbd_obj_read_sync()