Searched refs:SA_SPILL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | sa.c | 306 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_get_spill() 353 SA_GET_HDR(hdl, SA_SPILL), in sa_attr_op() 354 bulk[i].sa_attr, bulk[i], SA_SPILL, hdl); in sa_attr_op() 355 if (tx && !(buftypes & SA_SPILL) && in sa_attr_op() 358 buftypes |= SA_SPILL; in sa_attr_op() 612 if (buftype == SA_SPILL || in sa_find_sizes() 711 attr_count - spill_idx, hdl->sa_spill, SA_SPILL, in sa_build_layouts() 749 buftype = SA_SPILL; in sa_build_layouts() 806 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_build_layouts() 1252 if (buftype == SA_SPILL) { in sa_byteswap() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | sa_impl.h | 194 SA_SPILL = 2 enumerator
|