Searched refs:ost_pool (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_internal.h | 239 int lov_ost_pool_init(struct ost_pool *op, unsigned int count); 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); 242 int lov_ost_pool_remove(struct ost_pool *op, __u32 idx); 243 int lov_ost_pool_free(struct ost_pool *op);
|
D | lov_pool.c | 299 int lov_ost_pool_init(struct ost_pool *op, unsigned int count) in lov_ost_pool_init() 316 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count) 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() 364 int lov_ost_pool_remove(struct ost_pool *op, __u32 idx) in lov_ost_pool_remove() 384 int lov_ost_pool_free(struct ost_pool *op) in lov_ost_pool_free()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd.h | 383 struct ost_pool { struct 396 struct ost_pool lqr_pool; /* round-robin optimized list */ 448 struct ost_pool pool_obds; /* pool members */ 461 struct ost_pool lov_packed; /* all OSTs in a packed
|