Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Dsuper.c879 mempool_t *ceph_wb_pagevec_pool; variable
927 ceph_wb_pagevec_pool = mempool_create_kmalloc_pool(10, CEPH_MAX_WRITE_SIZE >> PAGE_SHIFT); in init_caches()
928 if (!ceph_wb_pagevec_pool) in init_caches()
968 mempool_destroy(ceph_wb_pagevec_pool); in destroy_caches()
Daddr.c777 mempool_free(osd_data->pages, ceph_wb_pagevec_pool); in writepages_finish()
979 pages = mempool_alloc(ceph_wb_pagevec_pool, GFP_NOFS); in ceph_writepages_start()
1136 pages = mempool_alloc(ceph_wb_pagevec_pool, GFP_NOFS); in ceph_writepages_start()
/Linux-v6.1/include/linux/ceph/
Dlibceph.h293 extern mempool_t *ceph_wb_pagevec_pool;