Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h122 extern struct lu_kmem_descr lov_caches[];
Dlov_obd.c2355 CDEBUG(D_INFO, "Lustre LOV module (%p).\n", &lov_caches); in lov_init()
2357 rc = lu_kmem_init(lov_caches); in lov_init()
2365 lu_kmem_fini(lov_caches); in lov_init()
2375 lu_kmem_fini(lov_caches); in lov_init()
2386 lu_kmem_fini(lov_caches); in lov_exit()
Dlov_dev.c65 struct lu_kmem_descr lov_caches[] = { variable