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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c305 if (hdl->sa_spill == NULL) {
307 &hdl->sa_spill)) == 0)
359 dmu_buf_will_dirty(hdl->sa_spill, tx);
506 error = dbuf_spill_set_blksz(hdl->sa_spill, blocksize, tx);
686 if (hdl->sa_spill == NULL) {
688 &hdl->sa_spill) == 0);
690 dmu_buf_will_dirty(hdl->sa_spill, tx);
693 attr_count - i, hdl->sa_spill, SA_SPILL, &i,
699 buf_space = hdl->sa_spill->db_size - spillhdrsize;
701 hdl->sa_spill
[all...]
H A Ddmu_tx.c1699 if (sa->sa_force_spill || may_grow || hdl->sa_spill) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h217 dmu_buf_t *sa_spill; member in struct:sa_handle
225 (dmu_buf_impl_t *)((type == SA_BONUS) ? hdl->sa_bonus : hdl->sa_spill)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib571 feature[sa_spill]="4"
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2978 GETMEMB(addr, "sa_handle", sa_spill, db_spill)) {

Completed in 60 milliseconds