Searched refs:ceph_release_page_vector (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ceph/ |
| H A 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()
|
| H A D | messenger_v2.c | 1144 ceph_release_page_vector(con->v2.in_enc_pages, in decrypt_tail() 3254 ceph_release_page_vector(con->v2.out_enc_pages, in finish_message() 3779 ceph_release_page_vector(con->v2.in_enc_pages, in ceph_con_v2_reset_protocol() 3786 ceph_release_page_vector(con->v2.out_enc_pages, in ceph_con_v2_reset_protocol()
|
| H A D | messenger.c | 1879 ceph_release_page_vector(data->pages, num_pages); in ceph_msg_data_destroy()
|
| H A D | osd_client.c | 364 ceph_release_page_vector(osd_data->pages, num_pages); in ceph_osd_data_release() 2783 ceph_release_page_vector(lreq->notify_id_pages, 1); in linger_release()
|
| /linux/fs/ceph/ |
| H A D | file.c | 1811 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1819 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1836 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1856 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1900 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1918 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1933 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1949 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1960 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() 1983 ceph_release_page_vector(pages, num_pages); in ceph_sync_write() [all …]
|
| /linux/include/linux/ceph/ |
| H A D | libceph.h | 315 extern void ceph_release_page_vector(struct page **pages, int num_pages);
|