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

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c1449 chunknumber_t cowchunk, startchunk, endchunk; local
1505 for (cowchunk = startchunk; cowchunk <= endchunk; cowchunk++) {
1507 * If the cowchunk is outside of the range of our
1513 if (cowchunk >= (cmap->cmap_bmsize * NBBY))
1522 if (isclr(cmap->cmap_candidate, cowchunk)) {
1530 if (isset(cmap->cmap_hastrans, cowchunk)) {
1568 if (isset(cmap->cmap_hastrans, cowchunk)) {
1580 oldbp->b_lblkno = cowchunktodb(cmap, cowchunk);
[all...]

Completed in 76 milliseconds