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