Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dreplay.c48 struct replay_entry { struct
49 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 {