Searched defs:pool_desc (Results 1 – 1 of 1) sorted by relevance
446 struct pool_desc { struct447 char pool_name[LOV_MAXPOOLNAME + 1]; /* name of pool */448 struct ost_pool pool_obds; /* pool members */449 atomic_t pool_refcount; /* pool ref. counter */450 struct lov_qos_rr pool_rr; /* round robin qos */451 struct hlist_node pool_hash; /* access by poolname */452 struct list_head pool_list; /* serial access */453 struct dentry *pool_debugfs_entry; /* file in /proc */454 struct obd_device *pool_lobd; /* obd of the lov/lod to which