Searched defs:rebind (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c1354 int rebind; local
1363 /* save new binding incase this is a rebind where oldnp==newnp */
1380 * and new. This is called a rebind. On entry the dev_t
1383 * oldnp (and maybe newnp if this is a rebind) is updated based
1388 rebind = 1;
1390 rebind = 0;
1392 if (rebind) {
1423 if ((! rebind) || (! mdisuseerror(ep, MDE_ALREADY))) {
1463 if (rebind && !metaislocalset(sp)) {
1465 * We are 'rebind'in
1568 int rebind = 0; local
[all...]
H A Dmeta_mirror.c1822 int rebind; local
1836 /* save new binding incase this is a rebind where oldnp==newnp */
1869 * and new. This is called a rebind. On entry the dev_t
1872 * oldnp (and maybe newnp if this is a rebind) is updated based
1877 rebind = 1;
1879 rebind = 0;
1881 if (rebind) {
1905 /* check it out (dup on rebind is ok) */
1907 if ((! rebind) || (! mdisuseerror(ep, MDE_ALREADY))) {
1962 if (rebind
[all...]
H A Dmeta_raid.c1583 int rebind; local
1598 /* save new binding incase this is a rebind where oldnp==newnp */
1631 rebind = 1;
1633 rebind = 0;
1635 if (rebind) {
1663 if (validate_new_raid(sp, raidnp, newnp, &params, rebind,
1682 if (rebind && !metaislocalset(sp)) {
1684 * We are 'rebind'ing a disk that is in a diskset so as well
1776 * filesystem and the metadb. This is called a rebind, and

Completed in 55 milliseconds