Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dsa_impl.h32 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0) macro
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h187 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 6, 3, 0) macro
269 (SA_HDR_SIZE(hdr) == (sizeof (sa_hdr_phys_t) + \
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsa.c1252 if (SA_HDR_SIZE(sa_hdr_phys) > 8) in sa_byteswap()
1253 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1; in sa_byteswap()
1977 return (SA_HDR_SIZE(hdr)); in sa_hdrsize()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1797 hdrsize = SA_HDR_SIZE(sahdrp); in zfs_open()