Home
last modified time | relevance | path

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
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
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.h1219 uint16_t sa_layout_info; /* Encoded with hdrsize and layout number */ member
1242 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10)
1243 #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.c1249 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info); in sa_byteswap()
1694 (IS_SA_BONUSTYPE(bonustype) && hdr->sa_layout_info == 0)); in sa_find_idx_tab()
H A Dzfs_vfsops.c629 sa.sa_layout_info = BSWAP_16(sa.sa_layout_info); in zfs_space_delta_cb()