Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsuper25.c124 ll_rmtperm_hash_cachep = kmem_cache_create("ll_rmtperm_hash_cache", in init_lustre_lite()
128 if (ll_rmtperm_hash_cachep == NULL) in init_lustre_lite()
191 if (ll_rmtperm_hash_cachep != NULL) in init_lustre_lite()
192 kmem_cache_destroy(ll_rmtperm_hash_cachep); in init_lustre_lite()
214 kmem_cache_destroy(ll_rmtperm_hash_cachep); in exit_lustre_lite()
Dremote_perm.c58 struct kmem_cache *ll_rmtperm_hash_cachep = NULL; variable
85 OBD_SLAB_ALLOC_GFP(hash, ll_rmtperm_hash_cachep, in alloc_rmtperm_hash()
110 OBD_SLAB_FREE(hash, ll_rmtperm_hash_cachep, in free_rmtperm_hash()
Dllite_internal.h1077 extern struct kmem_cache *ll_rmtperm_hash_cachep;