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

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1496 * This routine is used to set a bit in the writable_bm bitmap
1509 unsigned writable_bm = 0; local
1515 writable_bm |= SMI2BIT(i);
1519 ps->ps_writable_sm = writable_bm;
1530 unsigned writable_bm = 0; local
1536 writable_bm |= SMI2BIT(i);
1540 if ((writable_bm & ps->ps_allfrom_sm) != 0) {
1541 writable_bm &= ~ps->ps_allfrom_sm;
1544 ps->ps_writable_sm = writable_bm;

Completed in 73 milliseconds