Searched refs:stateid_slab (Results 1 – 1 of 1) sorted by relevance
105 static struct kmem_cache *stateid_slab; variable724 stid = nfs4_alloc_stid(clp, stateid_slab, nfs4_free_ol_stateid); in nfs4_alloc_open_stateid()1247 kmem_cache_free(stateid_slab, stid); in nfs4_free_ol_stateid()3510 kmem_cache_destroy(stateid_slab); in nfsd4_free_slabs()3534 stateid_slab = kmem_cache_create("nfsd4_stateids", in nfsd4_init_slabs()3536 if (stateid_slab == NULL) in nfsd4_init_slabs()3551 kmem_cache_destroy(stateid_slab); in nfsd4_init_slabs()5868 ns = nfs4_alloc_stid(clp, stateid_slab, nfs4_free_lock_stateid); in find_or_create_lock_stateid()