HomeSort by: relevance | last modified time | path
    Searched defs:spilling (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 545 * the boolean will_spill will be set when spilling is necessary. It
667 boolean_t spilling; local
674 SA_BONUS, &i, &used, &spilling);
679 VERIFY(0 == dmu_set_bonus(hdl->sa_bonus, spilling ?
683 ASSERT((bonustype == DMU_OT_ZNODE && spilling == 0) ||
687 if (spilling) {
715 if (spilling)
738 VERIFY(spilling);
796 if (!spilling) {

Completed in 22 milliseconds