Searched refs:ceph_put_page_vector (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ceph/ |
D | pagevec.c | 41 ceph_put_page_vector(pages, got, false); in ceph_get_direct_page_vector() 46 void ceph_put_page_vector(struct page **pages, int num_pages, bool dirty) in ceph_put_page_vector() function 57 EXPORT_SYMBOL(ceph_put_page_vector);
|
/Linux-v4.19/include/linux/ceph/ |
D | libceph.h | 296 extern void ceph_put_page_vector(struct page **pages, int num_pages,
|
/Linux-v4.19/fs/ceph/ |
D | file.c | 677 ceph_put_page_vector(pages, num_pages, false); in ceph_sync_read()
|
D | addr.c | 423 ceph_put_page_vector(pages, nr_pages, false); in start_read()
|