Searched refs:ost_pool (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_internal.h | 284 int lov_ost_pool_init(struct ost_pool *op, unsigned int count); 285 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count); 286 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count); 287 int lov_ost_pool_remove(struct ost_pool *op, __u32 idx); 288 int lov_ost_pool_free(struct ost_pool *op);
|
D | lov_pool.c | 322 int lov_ost_pool_init(struct ost_pool *op, unsigned int count) in lov_ost_pool_init() 339 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count) in lov_ost_pool_extend() 362 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count) in lov_ost_pool_add() 387 int lov_ost_pool_remove(struct ost_pool *op, __u32 idx) in lov_ost_pool_remove() 407 int lov_ost_pool_free(struct ost_pool *op) in lov_ost_pool_free()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd.h | 477 struct ost_pool { struct 490 struct ost_pool lqr_pool; /* round-robin optimized list */ 542 struct ost_pool pool_obds; /* pool members */ 555 struct ost_pool lov_packed; /* all OSTs in a packed
|