Searched defs:replay_entry (Results 1 – 2 of 2) sorted by relevance
48 struct replay_entry { struct49 int lnum;50 int offs;51 int len;52 unsigned int deletion:1;53 unsigned long long sqnum;54 struct list_head list;55 union ubifs_key key;56 union {
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 {