Searched defs:replay_entry (Results 1 – 1 of 1) sorted by relevance
44 struct replay_entry { struct45 int lnum;46 int offs;47 int len;48 u8 hash[UBIFS_HASH_ARR_SZ];49 unsigned int deletion:1;50 unsigned long long sqnum;51 struct list_head list;52 union ubifs_key key;53 union {