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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c383 uint32_t zei_mingap; member in struct:zfs_ecksum_info
408 * shrink the range list accordingly. zei_mingap is always the smallest
413 * By construction, there will be at least one. We also update zei_mingap
420 uint32_t new_allowed_gap = eip->zei_mingap + 1;
456 eip->zei_mingap = mingap;
471 eip->zei_mingap = UINT32_MAX;
480 if (gap < eip->zei_mingap)
481 eip->zei_mingap = gap;

Completed in 45 milliseconds