Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dreplay.c49 struct replay_entry { struct
50 int lnum;
51 int offs;
52 int len;
53 unsigned int deletion:1;
54 unsigned long long sqnum;
55 struct list_head list;
56 union ubifs_key key;
57 union {