Searched refs:SA_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | sa_impl.h | 32 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0) macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | sa_impl.h | 187 #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) + \
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | sa.c | 1256 if (SA_HDR_SIZE(sa_hdr_phys) > 8) in sa_byteswap() 1257 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1; in sa_byteswap() 2179 return (SA_HDR_SIZE(hdr)); in sa_hdrsize()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1243 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0) macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1805 hdrsize = SA_HDR_SIZE(sahdrp); in zfs_open()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 3567 hdrsize = SA_HDR_SIZE(sahdrp); in zfs_dnode_stat() 3615 hdrsize = SA_HDR_SIZE(sahdrp); in zfs_dnode_readlink()
|