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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c1348 int rebind; local
1356 /* save new binding incase this is a rebind where oldnp==newnp */
1373 * and new. This is called a rebind. On entry the dev_t
1376 * oldnp (and maybe newnp if this is a rebind) is updated based
1381 rebind = 1;
1383 rebind = 0;
1385 if (rebind) {
1404 if ((! rebind) || (! mdisuseerror(ep, MDE_ALREADY))) {
1444 if (rebind && !metaislocalset(sp)) {
1446 * We are 'rebind'in
1549 int rebind = 0; local
[all...]
H A Dmeta_mirror.c1819 int rebind; local
1833 /* save new binding incase this is a rebind where oldnp==newnp */
1866 * and new. This is called a rebind. On entry the dev_t
1869 * oldnp (and maybe newnp if this is a rebind) is updated based
1874 rebind = 1;
1876 rebind = 0;
1878 if (rebind) {
1900 /* check it out (dup on rebind is ok) */
1902 if ((! rebind) || (! mdisuseerror(ep, MDE_ALREADY))) {
1957 if (rebind
[all...]
H A Dmeta_raid.c1582 int rebind; local
1596 /* save new binding incase this is a rebind where oldnp==newnp */
1629 rebind = 1;
1631 rebind = 0;
1633 if (rebind) {
1654 if (validate_new_raid(sp, raidnp, newnp, &params, rebind,
1673 if (rebind && !metaislocalset(sp)) {
1675 * We are 'rebind'ing a disk that is in a diskset so as well
1767 * filesystem and the metadb. This is called a rebind, and

Completed in 186 milliseconds