Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pool.c322 int lov_ost_pool_init(struct ost_pool *op, unsigned int count) in lov_ost_pool_init() function
446 rc = lov_ost_pool_init(&new_pool->pool_obds, 0); in lov_pool_new()
451 rc = lov_ost_pool_init(&new_pool->pool_rr.lqr_pool, 0); in lov_pool_new()
Dlov_internal.h284 int lov_ost_pool_init(struct ost_pool *op, unsigned int count);
Dlov_obd.c820 rc = lov_ost_pool_init(&lov->lov_packed, 0); in lov_setup()