Searched refs:ll_file_data_slab (Results 1 – 4 of 4) sorted by relevance
112 ll_file_data_slab = kmem_cache_create("ll_file_data", in init_lustre_lite()115 if (ll_file_data_slab == NULL) in init_lustre_lite()185 if (ll_file_data_slab != NULL) in init_lustre_lite()186 kmem_cache_destroy(ll_file_data_slab); in init_lustre_lite()218 kmem_cache_destroy(ll_file_data_slab); in exit_lustre_lite()
624 extern struct kmem_cache *ll_file_data_slab;
67 OBD_SLAB_ALLOC_PTR_GFP(fd, ll_file_data_slab, GFP_NOFS); in ll_file_data_get()77 OBD_SLAB_FREE_PTR(fd, ll_file_data_slab); in ll_file_data_put()
59 struct kmem_cache *ll_file_data_slab; variable