Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dfilecache.c71 static struct kmem_cache *nfsd_file_mark_slab; variable
135 kmem_cache_free(nfsd_file_mark_slab, nfm); in nfsd_file_mark_free()
183 new = kmem_cache_alloc(nfsd_file_mark_slab, GFP_KERNEL); in nfsd_file_mark_find_or_create()
813 nfsd_file_mark_slab = KMEM_CACHE(nfsd_file_mark, 0); in nfsd_file_cache_init()
814 if (!nfsd_file_mark_slab) { in nfsd_file_cache_init()
815 pr_err("nfsd: unable to create nfsd_file_mark_slab\n"); in nfsd_file_cache_init()
868 kmem_cache_destroy(nfsd_file_mark_slab); in nfsd_file_cache_init()
869 nfsd_file_mark_slab = NULL; in nfsd_file_cache_init()
997 kmem_cache_destroy(nfsd_file_mark_slab); in nfsd_file_cache_shutdown()
998 nfsd_file_mark_slab in nfsd_file_cache_shutdown()
[all...]