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

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c1449 chunknumber_t cowchunk, startchunk, endchunk; local
1456 startchunk = dbtocowchunk(cmap, wbp->b_lblkno);
1505 for (cowchunk = startchunk; cowchunk <= endchunk; cowchunk++) {
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8085 _ii_ab_next_copy_bit(_ii_info_t *ip, chunkid_t startchunk, chunkid_t maxchunk, argument
8101 while (startchunk < maxchunk) {
8103 fba = ip->bi_copyfba + startchunk / bits_per_fba;
8104 chunk = startchunk % bits_per_fba;
8114 high = startchunk + bits_per_fba - startchunk%bits_per_fba;
8117 for (; startchunk < high; chunk++, startchunk++) {
8124 if (!_ii_trylock_chunk(ip, startchunk)) {
8126 _ii_lock_chunk(ip, startchunk);
[all...]

Completed in 225 milliseconds