Searched refs:cachefs_req_cache (Results 1 – 5 of 5) sorted by relevance
181 cachefs_req_cache = kmem_cache_create("cachefs_async_request", in cachefs_init()285 kmem_cache_destroy(cachefs_req_cache); in cachefs_fini()
84 struct kmem_cache *cachefs_req_cache = NULL; variable130 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_cache_create()2566 kmem_cache_free(cachefs_req_cache, rp); in cachefs_do_req()
1135 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in queue_sync()
3445 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_inactive()3652 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_lookup_common()7086 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_readdir_connected()8003 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_putpage_common()8021 kmem_cache_free(cachefs_req_cache, rp); in cachefs_putpage_common()
1035 extern struct kmem_cache *cachefs_req_cache;