Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c927 mempool_t *ceph_wb_pagevec_pool; variable
975 ceph_wb_pagevec_pool = mempool_create_kmalloc_pool(10, in init_caches()
977 if (!ceph_wb_pagevec_pool) in init_caches()
1017 mempool_destroy(ceph_wb_pagevec_pool); in destroy_caches()
H A Daddr.c970 mempool_free(osd_data->pages, ceph_wb_pagevec_pool); in writepages_finish()
1197 ceph_wbc->pages = mempool_alloc(ceph_wb_pagevec_pool, GFP_NOFS); in __ceph_allocate_page_array()
/linux/include/linux/ceph/
H A Dlibceph.h283 extern mempool_t *ceph_wb_pagevec_pool;