HomeSort by: relevance | last modified time | path
    Searched defs:sa_layout_info (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
sa_impl.h 181 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); \

Completed in 31 milliseconds