Searched refs:min_count (Results 1 – 3 of 3) sorted by relevance
316 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count) in lov_ost_pool_extend() argument321 LASSERT(min_count != 0); in lov_ost_pool_extend()326 new_size = max(min_count, 2 * op->op_size); in lov_ost_pool_extend()339 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count) in lov_ost_pool_add() argument345 rc = lov_ost_pool_extend(op, min_count); in lov_ost_pool_add()
240 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count);241 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count);
226 u64 ts, u32 min_count) in pseq_handler_create_sequences() argument280 if (ps.count <= min_count) in pseq_handler_create_sequences()