Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dpagevec.c39 struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags) in ceph_alloc_page_vector() function
56 EXPORT_SYMBOL(ceph_alloc_page_vector);
Dcls_lock_client.c405 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_cls_assert_locked()
Dosd_client.c4939 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_notify()
5084 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_osdc_list_watchers()
5324 pages = ceph_alloc_page_vector(1, GFP_KERNEL); in osd_req_op_copy_from_init()
5522 pages = ceph_alloc_page_vector(calc_pages_for(0, data_len), in alloc_msg_with_page_vector()
/kernel/linux/linux-5.10/include/linux/ceph/
Dlibceph.h321 extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags);
/kernel/linux/linux-5.10/fs/ceph/
Dfile.c905 pages = ceph_alloc_page_vector(num_pages, GFP_KERNEL); in ceph_sync_read()
1461 pages = ceph_alloc_page_vector(num_pages, GFP_KERNEL); in ceph_sync_write()
Daddr.c2005 pages = ceph_alloc_page_vector(1, GFP_KERNEL); in __ceph_pool_perm_get()
/kernel/linux/linux-5.10/drivers/block/
Drbd.c1885 pages = ceph_alloc_page_vector(num_pages, GFP_KERNEL); in __rbd_object_map_load()
2071 pages = ceph_alloc_page_vector(1, GFP_NOIO); in rbd_cls_object_map_update()
2233 pages = ceph_alloc_page_vector(1, GFP_NOIO); in rbd_osd_setup_stat()
4818 pages = ceph_alloc_page_vector(num_pages, GFP_KERNEL); in rbd_obj_read_sync()