Searched refs:ceph_put_page_vector (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/ceph/ |
D | pagevec.c | 40 ceph_put_page_vector(pages, got, false); in ceph_get_direct_page_vector() 45 void ceph_put_page_vector(struct page **pages, int num_pages, bool dirty) in ceph_put_page_vector() function 56 EXPORT_SYMBOL(ceph_put_page_vector);
|
/linux-4.4.14/include/linux/ceph/ |
D | libceph.h | 216 extern void ceph_put_page_vector(struct page **pages, int num_pages,
|
/linux-4.4.14/fs/ceph/ |
D | file.c | 102 ceph_put_page_vector(pages, idx, false); in dio_get_pages_alloc() 538 ceph_put_page_vector(pages, num_pages, true); in ceph_sync_read() 705 ceph_put_page_vector(pages, num_pages, false); in ceph_sync_direct_write()
|