Searched defs:list_struct (Results 1 – 1 of 1) sorted by relevance
169 struct list_struct { struct170 tdb_off_t next; /* offset of the next record in the list */171 tdb_len_t rec_len; /* total byte length of record */172 tdb_len_t key_len; /* byte length of key */173 tdb_len_t data_len; /* byte length of data */174 u32 full_hash; /* the full 32 bit hash of the key */175 u32 magic; /* try to catch errors */