Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_internal.h111 extern struct lu_kmem_descr lov_caches[];
Dlov_obd.c2321 CDEBUG(D_INFO, "Lustre LOV module (%p).\n", &lov_caches); in lov_init()
2323 rc = lu_kmem_init(lov_caches); in lov_init()
2331 lu_kmem_fini(lov_caches); in lov_init()
2341 lu_kmem_fini(lov_caches); in lov_init()
2352 lu_kmem_fini(lov_caches); in lov_exit()
Dlov_dev.c64 struct lu_kmem_descr lov_caches[] = { variable