Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c299 int lov_ost_pool_init(struct ost_pool *op, unsigned int count) in lov_ost_pool_init() function
422 rc = lov_ost_pool_init(&new_pool->pool_obds, 0); in lov_pool_new()
427 rc = lov_ost_pool_init(&new_pool->pool_rr.lqr_pool, 0); in lov_pool_new()
Dlov_internal.h239 int lov_ost_pool_init(struct ost_pool *op, unsigned int count);
Dlov_obd.c807 rc = lov_ost_pool_init(&lov->lov_packed, 0); in lov_setup()