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

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c1228 diskaddr_t stopbefore,
1243 if (stopbefore > un->c.un_total_blocks)
1244 stopbefore = un->c.un_total_blocks;
1252 while (currentblk < stopbefore) {
1258 if ((currentblk + MD_DEF_RESYNC_BLK_SZ) > stopbefore)
1259 rsize = stopbefore - currentblk;
1291 if ((currentblk + copysize) > stopbefore)
1292 copysize = (size_t)(stopbefore - currentblk);
1330 diskaddr_t first, stopbefore; local
1420 RR_TO_BLK(stopbefore, r
1225 resync_read_blk_range( mm_unit_t *un, diskaddr_t currentblk, diskaddr_t stopbefore, uint_t type, int flags ) argument
[all...]

Completed in 61 milliseconds