HomeSort by: relevance | last modified time | path
    Searched refs:SA_SPILL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 306 if (hdl->sa_spill == NULL) {
308 &hdl->sa_spill)) == 0)
309 VERIFY(0 == sa_build_index(hdl, SA_SPILL));
356 SA_GET_HDR(hdl, SA_SPILL),
357 bulk[i].sa_attr, bulk[i], SA_SPILL, hdl);
358 if (tx && !(buftypes & SA_SPILL) &&
360 dmu_buf_will_dirty(hdl->sa_spill, tx);
361 buftypes |= SA_SPILL;
510 error = dbuf_spill_set_blksz(hdl->sa_spill, blocksize, tx);
595 if (buftype == SA_SPILL ||
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
sa_impl.h 196 SA_SPILL = 2
217 dmu_buf_t *sa_spill; member in struct:sa_handle
225 (dmu_buf_impl_t *)((type == SA_BONUS) ? hdl->sa_bonus : hdl->sa_spill)

Completed in 47 milliseconds