Home
last modified time | relevance | path

Searched refs:md_head (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c147 hsp->hsp_link.ln_next = hotspares_md_ops.md_head; in seths_create_hsp()
150 hotspares_md_ops.md_head = &hsp->hsp_link; in seths_create_hsp()
323 hsp->hsp_link.ln_next = hotspares_md_ops.md_head; in seths_add()
326 hotspares_md_ops.md_head = &hsp->hsp_link; in seths_add()
381 &hotspares_md_ops.md_head); in seths_add()
384 new_hsp->hsp_link.ln_next = hotspares_md_ops.md_head; in seths_add()
387 hotspares_md_ops.md_head = &new_hsp->hsp_link; in seths_add()
502 &hotspares_md_ops.md_head); in seths_delete_hsp()
1365 hsp->hsp_link.ln_next = hotspares_md_ops.md_head; in load_hotsparepool()
1368 hotspares_md_ops.md_head = &hsp->hsp_link; in load_hotsparepool()
[all …]
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_hotspare.c340 for (next = raid_md_ops.md_head; next != NULL; next = next->ln_next) { in check_4_hs()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h518 md_link_t *md_head; member
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2862 ui->ui_link.ln_next = ops->md_head; in md_create_unit_incore()
2865 ops->md_head = &ui->ui_link; in md_create_unit_incore()
2892 &ops->md_head); in md_destroy_unit_incore()
H A Dmd_ioctl.c826 next = md_ops[modindex]->md_head; in getnext_ioctl()
905 next = md_ops[modindex]->md_head; in getnum_ioctl()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c575 for (next = mirror_md_ops.md_head; next != NULL; next = next->ln_next) { in check_resync_regions()
636 if (mirror_md_ops.md_head != NULL) in md_mirror_timeout()
H A Dmirror.c739 for (next = mirror_md_ops.md_head; next != NULL; next = next->ln_next) { in check_4_hotspares()
5337 while ((mirror_md_ops.md_head == NULL) && in mirror_halt()