Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c1242 if (sa_hdr_phys->sa_magic == SA_MAGIC) in sa_byteswap()
1252 sa_hdr_phys->sa_magic = BSWAP_32(sa_hdr_phys->sa_magic); in sa_byteswap()
1253 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info); in sa_byteswap()
1260 if (SA_HDR_SIZE(sa_hdr_phys) > 8) in sa_byteswap()
1263 sa_hdr_phys->sa_lengths[i] = in sa_byteswap()
1264 BSWAP_16(sa_hdr_phys->sa_lengths[i]); in sa_byteswap()
1266 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA, in sa_byteswap()
1276 sa_hdr_phys_t *sa_hdr_phys; in sa_build_index() local
1282 sa_hdr_phys = SA_GET_HDR(hdl, buftype); in sa_build_index()
1290 sa_hdr_phys->sa_magic != 0) { in sa_build_index()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa_impl.h161 typedef struct sa_hdr_phys { struct