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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c1299 zc->zc_cd = 0;
1332 ASSERT(zc->zc_cd < zap_maxcd(zc->zc_zap));
1343 ((uint64_t)zc->zc_cd << zap_hashbits(zc->zc_zap)));
1366 * we must add to the existing zc_cd, which may already
1372 zc->zc_cd += zc->zc_serialized >> hb;
1373 if (zc->zc_cd >= zap_maxcd(zc->zc_zap)) /* corrupt serialized */
1374 zc->zc_cd = 0;
1382 mze_tofind.mze_cd = zc->zc_cd;
1399 zc->zc_cd = mze->mze_cd;
1415 zc->zc_cd
[all...]
H A Dzap.c1190 /* retrieve the next entry at or after zc_hash/zc_cd */
1213 err = zap_leaf_lookup_closest(l, zc->zc_hash, zc->zc_cd, &zeh);
1219 zc->zc_cd = 0;
1232 zc->zc_cd = zeh.zeh_cd;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h341 uint32_t zc_cd; member in struct:zap_cursor

Completed in 51 milliseconds