Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dpagevec.c41 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/
Dlibceph.h296 extern void ceph_put_page_vector(struct page **pages, int num_pages,
/Linux-v4.19/fs/ceph/
Dfile.c677 ceph_put_page_vector(pages, num_pages, false); in ceph_sync_read()
Daddr.c423 ceph_put_page_vector(pages, nr_pages, false); in start_read()