Searched refs:ceph_put_page_vector (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/net/ceph/ |
D | pagevec.c | 42 ceph_put_page_vector(pages, got, false); in ceph_get_direct_page_vector() 47 void ceph_put_page_vector(struct page **pages, int num_pages, bool dirty) in ceph_put_page_vector() function 58 EXPORT_SYMBOL(ceph_put_page_vector);
|
/linux-2.6.39/include/linux/ceph/ |
D | libceph.h | 231 extern void ceph_put_page_vector(struct page **pages, int num_pages,
|
/linux-2.6.39/fs/ceph/ |
D | file.c | 416 ceph_put_page_vector(pages, num_pages, true); in ceph_sync_read() 583 ceph_put_page_vector(pages, num_pages, false); in ceph_sync_write()
|