Home
last modified time | relevance | path

Searched refs:rr_end (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libmapid/common/
H A Dmapid.c321 char *rr_end = (char *)(p + dlen); in resolve_process_txt() local
322 size_t len = rr_end - rr_base; in resolve_process_txt()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c4684 int rr, rr_start, rr_end; in mirror_resync_message() local
4762 BLK_TO_RR(rr_end, ps->ps_lastblk, un); in mirror_resync_message()
4764 if (ps->ps_lastblk && rr_end < rr_start) { in mirror_resync_message()
4771 for (rr = rr_start; rr <= rr_end; rr++) { in mirror_resync_message()
5001 BLK_TO_RR(rr_end, ps->ps_lastblk, un); in mirror_resync_message()
5003 for (rr = rr_start; rr <= rr_end; in mirror_resync_message()
H A Dmirror_resync.c3645 int end = (int)iocp->rr_end; in mirror_set_dirty_rr()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdio.h457 ushort_t rr_end; /* Last RR region to mark */ member
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c2146 rp.rr_end = (ushort_t)(d->rr_range & 0xffff); in mdmn_do_mark_dirty()