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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c273 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; local
277 chunk = nextchunk;
755 int nextchunk = la->la_next; local
763 chunk = nextchunk;
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8093 chunkid_t nextchunk; local
8145 nextchunk = startchunk + 1;
8147 for (; --wanted > 0 && nextchunk < high;
8148 nextchunk++, chunk++) {
8153 if (_ii_trylock_chunk(ip, nextchunk))
8781 int nextchunk; local
8804 for (nextchunk = chunk + 1;
8805 *got < want && nextchunk < maxchunk; nextchunk++) {
8806 if (!DSW_BIT_ISSET(bmp[nextchunk/DSW_BIT
[all...]

Completed in 76 milliseconds