Home
last modified time | relevance | path

Searched refs:ceph_wb_pagevec_pool (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.c741 mempool_t *ceph_wb_pagevec_pool; variable
786 ceph_wb_pagevec_pool = mempool_create_kmalloc_pool(10, CEPH_MAX_WRITE_SIZE >> PAGE_SHIFT); in init_caches()
787 if (!ceph_wb_pagevec_pool) in init_caches()
799 mempool_destroy(ceph_wb_pagevec_pool); in init_caches()
830 mempool_destroy(ceph_wb_pagevec_pool); in destroy_caches()
H A Daddr.c805 mempool_free(osd_data->pages, ceph_wb_pagevec_pool); in writepages_finish()
999 pages = mempool_alloc(ceph_wb_pagevec_pool, GFP_NOFS); in ceph_writepages_start()
1146 pages = mempool_alloc(ceph_wb_pagevec_pool, GFP_NOFS); in ceph_writepages_start()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.c913 mempool_t *ceph_wb_pagevec_pool; variable
961 ceph_wb_pagevec_pool = mempool_create_kmalloc_pool(10, CEPH_MAX_WRITE_SIZE >> PAGE_SHIFT); in init_caches()
962 if (!ceph_wb_pagevec_pool) in init_caches()
1002 mempool_destroy(ceph_wb_pagevec_pool); in destroy_caches()
H A Daddr.c914 mempool_free(osd_data->pages, ceph_wb_pagevec_pool); in writepages_finish()
1126 pages = mempool_alloc(ceph_wb_pagevec_pool, GFP_NOFS); in ceph_writepages_start()
1316 pages = mempool_alloc(ceph_wb_pagevec_pool, GFP_NOFS); in ceph_writepages_start()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dlibceph.h285 extern mempool_t *ceph_wb_pagevec_pool;
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dlibceph.h283 extern mempool_t *ceph_wb_pagevec_pool;

Completed in 11 milliseconds