Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dpagevec.c26 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()
Dmessenger_v2.c1063 ceph_release_page_vector(con->v2.in_enc_pages, in decrypt_tail()
3050 ceph_release_page_vector(con->v2.out_enc_pages, in finish_message()
3548 ceph_release_page_vector(con->v2.in_enc_pages, in ceph_con_v2_reset_protocol()
3555 ceph_release_page_vector(con->v2.out_enc_pages, in ceph_con_v2_reset_protocol()
Dmessenger.c1805 ceph_release_page_vector(data->pages, num_pages); in ceph_msg_data_destroy()
Dosd_client.c362 ceph_release_page_vector(osd_data->pages, num_pages); in ceph_osd_data_release()
2716 ceph_release_page_vector(lreq->notify_id_pages, 1); in linger_release()
/linux-6.1.9/include/linux/ceph/
Dlibceph.h326 extern void ceph_release_page_vector(struct page **pages, int num_pages);
/linux-6.1.9/fs/ceph/
Dfile.c1024 ceph_release_page_vector(pages, num_pages); in ceph_sync_read()
1551 ceph_release_page_vector(pages, num_pages); in ceph_sync_write()
/linux-6.1.9/drivers/block/
Drbd.c1863 ceph_release_page_vector(pages, num_pages); in __rbd_object_map_load()
3793 ceph_release_page_vector(reply_pages, calc_pages_for(0, reply_len)); in rbd_request_lock()