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

/illumos-gate/usr/src/uts/common/sys/
H A Dfssnap.h72 #define cowchunktodb(cmap, cowchunk) ((cowchunk) * \
/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 109 milliseconds