Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dcache.c36 static struct kmem_cache *exfat_cachep; variable
47 exfat_cachep = kmem_cache_create("exfat_cache", in exfat_cache_init()
51 if (!exfat_cachep) in exfat_cache_init()
58 if (!exfat_cachep) in exfat_cache_shutdown()
60 kmem_cache_destroy(exfat_cachep); in exfat_cache_shutdown()
65 return kmem_cache_alloc(exfat_cachep, GFP_NOFS); in exfat_cache_alloc()
71 kmem_cache_free(exfat_cachep, cache); in exfat_cache_free()