Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c306 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_get_spill()
353 SA_GET_HDR(hdl, SA_SPILL), 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()
749 buftype = SA_SPILL; in sa_build_layouts()
806 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_build_layouts()
1247 if (buftype == SA_SPILL) { in sa_byteswap()
1269 if (buftype == SA_SPILL) in sa_byteswap()
1967 hdr = SA_GET_HDR(hdl, SA_SPILL); in sa_modify_attrs()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa_impl.h194 SA_SPILL = 2 enumerator