Home
last modified time | relevance | path

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

/fs/nfsd/
Dfilecache.c59 static struct kmem_cache *nfsd_file_mark_slab; variable
98 kmem_cache_free(nfsd_file_mark_slab, nfm); in nfsd_file_mark_free()
147 new = kmem_cache_alloc(nfsd_file_mark_slab, GFP_KERNEL); in nfsd_file_mark_find_or_create()
666 nfsd_file_mark_slab = kmem_cache_create("nfsd_file_mark", in nfsd_file_cache_init()
668 if (!nfsd_file_mark_slab) { in nfsd_file_cache_init()
717 kmem_cache_destroy(nfsd_file_mark_slab); in nfsd_file_cache_init()
718 nfsd_file_mark_slab = NULL; in nfsd_file_cache_init()
865 kmem_cache_destroy(nfsd_file_mark_slab); in nfsd_file_cache_shutdown()
866 nfsd_file_mark_slab = NULL; in nfsd_file_cache_shutdown()