Searched refs:ceph_release_page_vector (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/ceph/ |
| D | pagevec.c | 26 void ceph_release_page_vector(struct page **pages, int num_pages) in ceph_release_page_vector() function 34 EXPORT_SYMBOL(ceph_release_page_vector); 50 ceph_release_page_vector(pages, i); in ceph_alloc_page_vector()
|
| D | osd_client.c | 362 ceph_release_page_vector(osd_data->pages, num_pages); in ceph_osd_data_release() 4440 ceph_release_page_vector(data->pages, in handle_watch_notify()
|
| /Linux-v5.4/include/linux/ceph/ |
| D | libceph.h | 304 extern void ceph_release_page_vector(struct page **pages, int num_pages);
|
| /Linux-v5.4/fs/ceph/ |
| D | file.c | 702 ceph_release_page_vector(pages, num_pages); in ceph_sync_read() 1207 ceph_release_page_vector(pages, num_pages); in ceph_sync_write()
|
| /Linux-v5.4/drivers/block/ |
| D | rbd.c | 2020 ceph_release_page_vector(pages, num_pages); in __rbd_object_map_load() 3870 ceph_release_page_vector(reply_pages, calc_pages_for(0, reply_len)); in rbd_notify_op_lock() 3949 ceph_release_page_vector(reply_pages, calc_pages_for(0, reply_len)); in rbd_request_lock()
|