Home
last modified time | relevance | path

Searched refs:ceph_put_page_vector (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ceph/
Dpagevec.c40 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/
Dlibceph.h215 extern void ceph_put_page_vector(struct page **pages, int num_pages,
/linux-4.1.27/fs/ceph/
Dfile.c475 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()