HomeSort by: relevance | last modified time | path
    Searched refs:lh_block_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_leaf.h 106 uint64_t lh_block_type; /* ZBT_LEAF */ member in struct:zap_leaf_phys::zap_leaf_header
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c 116 buf->l_hdr.lh_block_type = BSWAP_64(buf->l_hdr.lh_block_type);
175 zap_leaf_phys(l)->l_hdr.lh_block_type = ZBT_LEAF;
zap.c 545 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_block_type, ==, ZBT_LEAF);

Completed in 29 milliseconds