Searched refs:nrecids (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe.c | 1266 mddb_recid_t *recids, int nrecids, void (**replace_done)(), in stripe_replace_dev() argument 1526 int nrecids, in stripe_hotspare_dev() argument 1577 if (!stripe_replace_dev(dev, junk, ci, NULL, recids, nrecids, in stripe_hotspare_dev() 1586 if (stripe_replace_dev(dev, junk, ci, &nd, recids, nrecids, in stripe_hotspare_dev() 1596 for (i = 0; i < (nrecids - 1); i++) { in stripe_hotspare_dev()
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_ioctl.c | 210 int nrecids = 0; in raid_commit() local 217 while (extras[nrecids] != 0) { in raid_commit() 218 nrecids++; in raid_commit() 226 nrecids += 2; in raid_commit() 228 kmem_zalloc(nrecids * sizeof (mddb_recid_t), KM_SLEEP); in raid_commit() 246 kmem_free(recids, nrecids * sizeof (mddb_recid_t)); in raid_commit()
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror.c | 1456 int nrecids = 0; in mirror_commit() local 1457 while (extras[nrecids] != 0) { in mirror_commit() 1458 nrecids++; in mirror_commit() 1460 ASSERT(nrecids <= MAX_EXTRAS); in mirror_commit()
|