Searched refs:old_dirty_bm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c3383 uchar_t *old_dirty_bm; local
3416 old_dirty_bm = un->un_dirty_bm;
3447 if (!isset(old_dirty_bm, i))
3464 old_dirty_bm = un->un_pernode_dirty_bm[j];
3465 if (old_dirty_bm) {
3469 if (!isset(old_dirty_bm, i))
3475 kmem_free((caddr_t)old_dirty_bm, old_bm_size);

Completed in 64 milliseconds