Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa_impl.h185 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 6, 3, 0) macro
267 (SA_HDR_SIZE(hdr) == (sizeof (sa_hdr_phys_t) + \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c1260 if (SA_HDR_SIZE(sa_hdr_phys) > 8) in sa_byteswap()
1261 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1; in sa_byteswap()
2207 return (SA_HDR_SIZE(hdr)); in sa_hdrsize()