Lines Matching defs:hsp
112 struct hspentry *link; /* link through all hsp entries */
113 struct hspentry *next; /* next hsp entry for a slice */
115 hspuser_t *hspuser; /* first hsp user */
171 static int cache_hsp(cache_t *cache, mdhspnamelist_t *nlp, md_hsp_t *hsp);
973 * Add a hot spare pool user to the list for the hsp specfied by
978 * deventry_t *deventry specified hsp user
980 * hspuser_t entry in hsp user list
1030 * Also add to the linked list of all hsp pools
1034 * char *hspname name of hsp pool entry
1037 * hspentry_t end of hsp list
1287 * mdnamelist_t *nlp pointer to hsp name
1288 * md_hsp_t *hsp
1293 cache_hsp(cache_t *cache, mdhspnamelist_t *nlp, md_hsp_t *hsp)
1299 for (i = 0; i < hsp->hotspares.hotspares_len; i++) {
1300 hs = &hsp->hotspares.hotspares_val[i];
1583 md_hsp_t *hsp;
1585 hsp = meta_get_hsp(sp, nlp->hspnamep, &error);
1586 if (hsp != NULL) {
1587 if (cache_hsp(cache, nlp, hsp) != 0) {
1817 /* Initialise linked list of hsp entries */