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