Searched refs:stateid_slab (Results 1 – 1 of 1) sorted by relevance
117 static struct kmem_cache *stateid_slab; variable837 stid = nfs4_alloc_stid(clp, stateid_slab, nfs4_free_ol_stateid); in nfs4_alloc_open_stateid()1363 kmem_cache_free(stateid_slab, stid); in nfs4_free_ol_stateid()4113 kmem_cache_destroy(stateid_slab); in nfsd4_free_slabs()4137 stateid_slab = kmem_cache_create("nfsd4_stateids", in nfsd4_init_slabs()4139 if (stateid_slab == NULL) in nfsd4_init_slabs()4154 kmem_cache_destroy(stateid_slab); in nfsd4_init_slabs()6592 ns = nfs4_alloc_stid(clp, stateid_slab, nfs4_free_lock_stateid); in find_or_create_lock_stateid()