Searched defs:list_struct (Results 1 – 2 of 2) sorted by relevance
63 struct list_struct { struct64 tdb_len rec_len; /* total byte length of record */65 tdb_off next; /* offset of the next record in the list */66 tdb_len key_len; /* byte length of key */67 tdb_len data_len; /* byte length of data */68 unsigned full_hash; /* the full 32 bit hash of the key */69 unsigned magic; /* try to catch errors */
26 } list_struct; typedef