Home
last modified time | relevance | path

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

/titanic_41/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)
/titanic_41/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); \
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsa.c1245 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info); in sa_byteswap()
1513 (IS_SA_BONUSTYPE(bonustype) && hdr->sa_layout_info == 0)); in sa_find_idx_tab()
H A Dzfs_vfsops.c638 sa.sa_layout_info = BSWAP_16(sa.sa_layout_info); in zfs_space_delta_cb()