Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dsa.c309 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_get_spill()
356 SA_GET_HDR(hdl, SA_SPILL), in sa_attr_op()
357 bulk[i].sa_attr, bulk[i], SA_SPILL, hdl); in sa_attr_op()
358 if (tx && !(buftypes & SA_SPILL) && in sa_attr_op()
361 buftypes |= SA_SPILL; in sa_attr_op()
595 if (buftype == SA_SPILL || in sa_find_sizes()
697 attr_count - i, hdl->sa_spill, SA_SPILL, &i, in sa_build_layouts()
746 buftype = SA_SPILL; in sa_build_layouts()
806 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_build_layouts()
1248 if (buftype == SA_SPILL) { in sa_byteswap()
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dsa_impl.h196 SA_SPILL = 2 enumerator