Home
last modified time | relevance | path

Searched defs:zap_leaf_entry (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/libfsimage/zfs/zfs-include/
A Dzap_leaf.h78 struct zap_leaf_entry { struct
79 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */
80 uint8_t le_int_size; /* size of ints */
81 uint16_t le_next; /* next entry in hash chain */
82 uint16_t le_name_chunk; /* first chunk of the name */
83 uint16_t le_name_length; /* bytes in name, incl null */
84 uint16_t le_value_chunk; /* first chunk of the value */
85 uint16_t le_value_length; /* value length in ints */
86 uint32_t le_cd; /* collision differentiator */
87 uint64_t le_hash; /* hash value of the name */

Completed in 4 milliseconds