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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c541 * the boolean will_spill will be set when spilling is necessary. It
663 boolean_t spilling; local
670 SA_BONUS, &i, &used, &spilling);
675 VERIFY(0 == dmu_set_bonus(hdl->sa_bonus, spilling ?
679 ASSERT((bonustype == DMU_OT_ZNODE && spilling == 0) ||
683 if (spilling) {
711 if (spilling)
732 VERIFY(spilling);
789 if (!spilling) {

Completed in 79 milliseconds