Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dreplay.c55 struct replay_entry { struct
56 int lnum;
57 int offs;
58 int len;
59 unsigned int deletion:1;
60 unsigned long long sqnum;
61 struct list_head list;
62 union ubifs_key key;
63 union {