Home
last modified time | relevance | path

Searched refs:obdo_cachep (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/lov/
Dlov_request.c70 kmem_cache_free(obdo_cachep, req->rq_oi.oi_oa); in lov_finish_set()
205 tmp_oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO); in common_attr_done()
239 kmem_cache_free(obdo_cachep, tmp_oa); in common_attr_done()
312 req->rq_oi.oi_oa = kmem_cache_alloc(obdo_cachep, in lov_prep_getattr_set()
395 req->rq_oi.oi_oa = kmem_cache_alloc(obdo_cachep, in lov_prep_destroy_set()
511 req->rq_oi.oi_oa = kmem_cache_alloc(obdo_cachep, in lov_prep_setattr_set()
/drivers/staging/lustre/lustre/obdclass/
Dgenops.c49 struct kmem_cache *obdo_cachep; variable
50 EXPORT_SYMBOL(obdo_cachep);
581 kmem_cache_destroy(obdo_cachep); in obd_cleanup_caches()
582 obdo_cachep = NULL; in obd_cleanup_caches()
596 LASSERT(!obdo_cachep); in obd_init_caches()
597 obdo_cachep = kmem_cache_create("ll_obdo_cache", sizeof(struct obdo), in obd_init_caches()
599 if (!obdo_cachep) in obd_init_caches()
/drivers/staging/lustre/lustre/llite/
Dllite_close.c224 oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO); in ll_som_update()
255 kmem_cache_free(obdo_cachep, oa); in ll_som_update()
Dnamei.c906 oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO); in ll_objects_destroy()
936 kmem_cache_free(obdo_cachep, oa); in ll_objects_destroy()
Dllite_lib.c1779 oinfo.oi_oa = kmem_cache_alloc(obdo_cachep, in ll_iocontrol()
1792 kmem_cache_free(obdo_cachep, oinfo.oi_oa); in ll_iocontrol()
Dfile.c1263 oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO); in ll_lov_recreate()
1298 kmem_cache_free(obdo_cachep, oa); in ll_lov_recreate()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c881 kmem_cache_free(obdo_cachep, oa); in osc_shrink_grant_interpret()
1790 kmem_cache_free(obdo_cachep, aa->aa_oa); in brw_interpret()
1878 oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO); in osc_build_rpc()
2006 kmem_cache_free(obdo_cachep, oa); in osc_build_rpc()
2918 oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO); in osc_set_info_async()
/drivers/staging/lustre/lustre/include/
Dobd_class.h1737 extern struct kmem_cache *obdo_cachep;