Searched refs:ceph_alloc_page_vector (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
D | pagevec.c | 39 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);
|
D | cls_lock_client.c | 405 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_cls_assert_locked()
|
D | osd_client.c | 4939 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/ |
D | libceph.h | 321 extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags);
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | file.c | 905 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()
|
D | addr.c | 2005 pages = ceph_alloc_page_vector(1, GFP_KERNEL); in __ceph_pool_perm_get()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | rbd.c | 1885 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()
|