Home
last modified time | relevance | path

Searched refs:SA_SPILL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c307 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_get_spill()
354 SA_GET_HDR(hdl, SA_SPILL), in sa_attr_op()
355 bulk[i].sa_attr, bulk[i], SA_SPILL, hdl); in sa_attr_op()
356 if (tx && !(buftypes & SA_SPILL) && in sa_attr_op()
359 buftypes |= SA_SPILL; in sa_attr_op()
591 if (buftype == SA_SPILL || in sa_find_sizes()
698 attr_count - i, hdl->sa_spill, SA_SPILL, in sa_build_layouts()
745 buftype = SA_SPILL; in sa_build_layouts()
804 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_build_layouts()
1243 if (buftype == SA_SPILL) { in sa_byteswap()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h196 SA_SPILL = 2 enumerator