Searched refs:sa_layout_info (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | sa_impl.h | 181 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); \
|
| /freebsd-10-stable/sys/cddl/boot/zfs/ |
| D | zfsimpl.h | 985 uint16_t sa_layout_info; /* Encoded with hdrsize and layout number */ member 1008 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10) 1009 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0)
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | sa.c | 1247 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()
|
| D | zfs_vfsops.c | 607 sa.sa_layout_info = BSWAP_16(sa.sa_layout_info); in zfs_space_delta_cb()
|