Searched refs:lastlogicals (Results 1 – 2 of 2) sorted by relevance
303 struct ReportLUNdata *lastlogicals; member
8508 if (!h->lastlogicals) in hpsa_luns_changed()8520 if (memcmp(logdev, h->lastlogicals, sizeof(*logdev))) { in hpsa_luns_changed()8523 memcpy(h->lastlogicals, logdev, sizeof(*logdev)); in hpsa_luns_changed()8873 h->lastlogicals = kzalloc(sizeof(*(h->lastlogicals)), GFP_KERNEL); in hpsa_init_one()8874 if (!h->lastlogicals) in hpsa_init_one()8897 kfree(h->lastlogicals); in hpsa_init_one()9101 kfree(h->lastlogicals); in hpsa_remove_one()