Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_dev.c57 struct kmem_cache *osc_extent_kmem; variable
87 .ckd_cache = &osc_extent_kmem,
Dosc_cl_internal.h406 extern struct kmem_cache *osc_extent_kmem;
Dosc_cache.c349 ext = kmem_cache_alloc(osc_extent_kmem, GFP_NOFS | __GFP_ZERO); in osc_extent_alloc()
368 kmem_cache_free(osc_extent_kmem, ext); in osc_extent_free()