Home
last modified time | relevance | path

Searched refs:ln_next (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/md/
H A Ddumphotspare.c42 mdb_printf("ln_next: %p\n", hsp.hsp_link.ln_next); in printhsp()
/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()
323 hsp->hsp_link.ln_next = hotspares_md_ops.md_head; in seths_add()
384 new_hsp->hsp_link.ln_next = hotspares_md_ops.md_head; in seths_add()
1365 hsp->hsp_link.ln_next = hotspares_md_ops.md_head; in load_hotsparepool()
/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/io/lvm/md/
H A Dmd_subr.c2373 *pprev = next->ln_next; in md_rem_link()
2377 pprev = &next->ln_next; in md_rem_link()
2378 next = next->ln_next; in md_rem_link()
2862 ui->ui_link.ln_next = ops->md_head; in md_create_unit_incore()
H A Dmd_ioctl.c840 next = next->ln_next; in getnext_ioctl()
916 next = next->ln_next; in getnum_ioctl()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h195 struct md_link *ln_next; member
/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()
H A Dmirror.c739 for (next = mirror_md_ops.md_head; next != NULL; next = next->ln_next) { in check_4_hotspares()