Home
last modified time | relevance | path

Searched refs:pool_tgt_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c180 if (*pos >= pool_tgt_count(iter->pool)) in pool_proc_next()
187 if (iter->idx == pool_tgt_count(iter->pool)) { in pool_proc_next()
204 if ((pool_tgt_count(pool) == 0) || in pool_proc_start()
205 (*pos >= pool_tgt_count(pool))) { in pool_proc_start()
260 LASSERT(iter->idx <= pool_tgt_count(iter->pool)); in pool_proc_show()
549 ostname, poolname, pool_tgt_count(pool)); in lov_pool_add()
615 for (i = 0; i < pool_tgt_count(pool); i++) { in lov_check_index_in_pool()
639 if ((pool != NULL) && (pool_tgt_count(pool) == 0)) { in lov_find_pool()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h442 #define pool_tgt_count(_p) _p->pool_obds.op_count macro