Home
last modified time | relevance | path

Searched refs:sa_spill (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsa.c304 if (hdl->sa_spill == NULL) { in sa_get_spill()
306 &hdl->sa_spill)) == 0) in sa_get_spill()
358 dmu_buf_will_dirty(hdl->sa_spill, tx); in sa_attr_op()
505 error = dbuf_spill_set_blksz(hdl->sa_spill, blocksize, tx); in sa_resize_spill()
687 if (hdl->sa_spill == NULL) { in sa_build_layouts()
689 &hdl->sa_spill) == 0); in sa_build_layouts()
691 dmu_buf_will_dirty(hdl->sa_spill, tx); in sa_build_layouts()
694 attr_count - i, hdl->sa_spill, SA_SPILL, &i, in sa_build_layouts()
700 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts()
702 hdl->sa_spill->db_size) in sa_build_layouts()
[all …]
H A Ddmu_tx.c1638 if (sa->sa_force_spill || may_grow || hdl->sa_spill) { in dmu_tx_hold_sa()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h217 dmu_buf_t *sa_spill; member
225 (dmu_buf_impl_t *)((type == SA_BONUS) ? hdl->sa_bonus : hdl->sa_spill)
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2704 GETMEMB(addr, "sa_handle", sa_spill, db_spill)) { in sa_attr_print()