HomeSort by relevance Sort by last modified time
    Searched refs:zap_hashbits (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zap_impl.h 191 int zap_hashbits(zap_t *zap);
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zap_micro.c 51 zap_hashbits(zap_t *zap) function
123 h &= ~((1ULL << (64 - zap_hashbits(zap))) - 1);
1205 * [ collision differentiator | zap_hashbits()-bit hash value ]
1207 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) |
1208 ((uint64_t)zc->zc_cd << zap_hashbits(zc->zc_zap)));
1235 hb = zap_hashbits(zc->zc_zap);
    [all...]
zap.c 325 if (zap->zap_f.zap_phys->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2)

Completed in 310 milliseconds