Searched defs:pool_desc (Results 1 – 1 of 1) sorted by relevance
540 struct pool_desc { struct541 char pool_name[LOV_MAXPOOLNAME + 1]; /* name of pool */542 struct ost_pool pool_obds; /* pool members */543 atomic_t pool_refcount; /* pool ref. counter */544 struct lov_qos_rr pool_rr; /* round robin qos */545 struct hlist_node pool_hash; /* access by poolname */546 struct list_head pool_list; /* serial access */547 struct proc_dir_entry *pool_proc_entry; /* file in /proc */548 struct obd_device *pool_lobd; /* obd of the lov/lod to which