Searched refs:ceph_put_page_vector (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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 59 EXPORT_SYMBOL(ceph_put_page_vector);
|
/linux-4.1.27/include/linux/ceph/ |
D | libceph.h | 215 extern void ceph_put_page_vector(struct page **pages, int num_pages,
|
/linux-4.1.27/fs/ceph/ |
D | file.c | 475 ceph_put_page_vector(pages, num_pages, true); in ceph_sync_read() 643 ceph_put_page_vector(pages, num_pages, false); in ceph_sync_direct_write()
|