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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h202 * uchar_t *un_dirty_bm;
323 uchar_t *un_dirty_bm; member in struct:mm_mirror_ic
420 #define un_dirty_bm un_mmic.un_dirty_bm macro
518 #define IS_REGION_DIRTY(i, un) (isset((un)->un_dirty_bm, (i)))
519 #define CLR_REGION_DIRTY(i, un) (clrbit((un)->un_dirty_bm, (i)))
520 #define SET_REGION_DIRTY(i, un) (setbit((un)->un_dirty_bm, (i)))
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpmirror.c110 * un_dirty_bm
153 un_dbm = (uintptr_t)mmp->un_dirty_bm;
174 mdb_warn("failed to read un_dirty_bm at %p\n", un_dbm);
199 print_mm_bm(rr_dirty_bm, num_rr, "un_dirty_bm");
H A Dmetastat.c222 * Dump out the current un_dirty_bm together with its size
229 un_dbm = (uintptr_t)mmp->un_dirty_bm;
241 mdb_warn("failed to read un_dirty_bm at %p\n", un_dbm);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c153 * 1 => dirty bits cleared from un_dirty_bm and DRL flush required
172 * un_dirty_bm[] map does have entries set (after a 1st resync)
215 * have the un_dirty_bm[] entries marked as dirty (these are
217 * to be cleared from our un_dirty_bm[] but they will not have
220 * This handles the case where only the un_dirty_bm[] entry is
443 * un_dirty_bm, commit it.
706 un->un_dirty_bm = orp->or_rr;
757 un->un_dirty_bm = orp->or_rr;
782 un->un_dirty_bm = NULL;
873 bcopy((caddr_t)un->un_dirty_bm, (caddr_
[all...]
H A Dmirror_ioctl.c1306 bcopy((caddr_t)un->un_dirty_bm, (caddr_t)un->un_resync_bm,
1861 bcopy((caddr_t)un->un_dirty_bm,
H A Dmirror.c3627 un->un_dirty_bm);

Completed in 86 milliseconds