Searched refs:sa_layout_info (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dsa_impl.h28 uint16_t sa_layout_info; member in struct:sa_hdr_phys
32 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h181 uint16_t sa_layout_info; member in struct:sa_hdr_phys
186 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10)
187 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 6, 3, 0)
256 SA_HDR_LAYOUT_INFO_ENCODE(hdr->sa_layout_info, num, size); \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1047 uint16_t sa_layout_info; /* Encoded with hdrsize and layout number */ member in struct:sa_hdr_phys
1053 * sa_hdr_phys -> sa_layout_info
1070 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10)
1071 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1244 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info);
1512 (IS_SA_BONUSTYPE(bonustype) && hdr->sa_layout_info == 0));
H A Dzfs_vfsops.c613 sa.sa_layout_info = BSWAP_16(sa.sa_layout_info);

Completed in 74 milliseconds