Home
last modified time | relevance | path

Searched refs:ln_setno (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/md/
H A Ddumphotspare.c43 mdb_printf("ln_setno: %u\n", hsp.hsp_link.ln_setno); in printhsp()
/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c148 hsp->hsp_link.ln_setno = setno; in seths_create_hsp()
324 hsp->hsp_link.ln_setno = setno; in seths_add()
385 new_hsp->hsp_link.ln_setno = setno; in seths_add()
1366 hsp->hsp_link.ln_setno = setno; in load_hotsparepool()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h196 set_t ln_setno; member
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c828 if ((next->ln_setno == setno) && (next->ln_id == id)) { in getnext_ioctl()
834 if ((next->ln_setno == setno) &&(next->ln_id > id) && in getnext_ioctl()
908 if (next->ln_setno == setno) { in getnum_ioctl()
H A Dmd_subr.c2372 if ((next->ln_setno == setno) && (next->ln_id == id)) { in md_rem_link()
2863 ui->ui_link.ln_setno = setno; in md_create_unit_incore()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c577 if (md_get_setstatus(next->ln_setno) & MD_SET_STALE) in check_resync_regions()