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