Searched refs:SA_HDR_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa_impl.h186 #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) + \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c1256 if (SA_HDR_SIZE(sa_hdr_phys) > 8)
1257 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1;
1988 return (SA_HDR_SIZE(hdr));
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h901 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0) macro
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c1973 hdrsize = SA_HDR_SIZE(sahdrp);

Completed in 110 milliseconds