Lines Matching refs:sa_spill
304 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()
508 error = dbuf_spill_set_blksz(hdl->sa_spill, blocksize, tx); in sa_resize_spill()
691 if (hdl->sa_spill == NULL) { in sa_build_layouts()
693 &hdl->sa_spill) == 0); in sa_build_layouts()
695 dmu_buf_will_dirty(hdl->sa_spill, tx); in sa_build_layouts()
698 attr_count - i, hdl->sa_spill, SA_SPILL, in sa_build_layouts()
699 hdl->sa_spill->db_size, &i, &spill_used, &dummy); in sa_build_layouts()
704 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts()
706 hdl->sa_spill->db_size) in sa_build_layouts()
749 sahdr = (sa_hdr_phys_t *)hdl->sa_spill->db_data; in sa_build_layouts()
754 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts()
792 if (hdl->sa_spill) { in sa_build_layouts()
798 dmu_buf_rele(hdl->sa_spill, NULL); in sa_build_layouts()
799 hdl->sa_spill = NULL; in sa_build_layouts()
1266 arc_buf_freeze(((dmu_buf_impl_t *)hdl->sa_spill)->db_buf); in sa_byteswap()
1358 if (hdl->sa_spill) in sa_handle_destroy()
1359 dmu_buf_rele((dmu_buf_t *)hdl->sa_spill, NULL); in sa_handle_destroy()
1393 handle->sa_spill = NULL; in sa_handle_get_from_db()
1864 spill_data_size = hdl->sa_spill->db_size; in sa_modify_attrs()
1866 bcopy(hdl->sa_spill->db_data, old_data[1], in sa_modify_attrs()
1867 hdl->sa_spill->db_size); in sa_modify_attrs()
1942 if (k == 0 && hdl->sa_spill) { in sa_modify_attrs()