Home
last modified time | relevance | path

Searched defs:replay_entry (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ubifs/
H A Dreplay.c45 struct replay_entry { struct
46 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 {