Home
last modified time | relevance | path

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

/fs/ubifs/
Dreplay.c55 struct replay_entry { struct
190 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range()
219 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry()
279 struct replay_entry *ra, *rb; in replay_entries_cmp()
285 ra = list_entry(a, struct replay_entry, list); in replay_entries_cmp()
286 rb = list_entry(b, struct replay_entry, list); in replay_entries_cmp()
302 struct replay_entry *r; in apply_replay_list()
326 struct replay_entry *r, *tmp; in destroy_replay_list()
361 struct replay_entry *r; in insert_node()
368 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL); in insert_node()
[all …]