Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dfile.c24 static struct kmem_cache *ovl_aio_request_cachep; variable
283 kmem_cache_free(ovl_aio_request_cachep, aio_req); in ovl_aio_put()
340 aio_req = kmem_cache_zalloc(ovl_aio_request_cachep, GFP_KERNEL); in ovl_read_iter()
411 aio_req = kmem_cache_zalloc(ovl_aio_request_cachep, GFP_KERNEL); in ovl_write_iter()
743 ovl_aio_request_cachep = kmem_cache_create("ovl_aio_req", in ovl_aio_request_cache_init()
746 if (!ovl_aio_request_cachep) in ovl_aio_request_cache_init()
754 kmem_cache_destroy(ovl_aio_request_cachep); in ovl_aio_request_cache_destroy()