Searched refs:ll_file_data_slab (Results 1 – 4 of 4) sorted by relevance
113 ll_file_data_slab = kmem_cache_create("ll_file_data", in init_lustre_lite()116 if (ll_file_data_slab == NULL) in init_lustre_lite()182 kmem_cache_destroy(ll_file_data_slab); in init_lustre_lite()205 kmem_cache_destroy(ll_file_data_slab); in exit_lustre_lite()
613 extern struct kmem_cache *ll_file_data_slab;
67 fd = kmem_cache_alloc(ll_file_data_slab, GFP_NOFS | __GFP_ZERO); in ll_file_data_get()77 kmem_cache_free(ll_file_data_slab, fd); in ll_file_data_put()
59 struct kmem_cache *ll_file_data_slab; variable