Lines Matching defs:replay_entry
29 * struct replay_entry - replay list entry.
45 struct replay_entry {
181 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r)
213 static bool inode_still_linked(struct ubifs_info *c, struct replay_entry *rino)
215 struct replay_entry *r;
243 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r)
306 struct replay_entry *ra, *rb;
312 ra = list_entry(a, struct replay_entry, list);
313 rb = list_entry(b, struct replay_entry, list);
329 struct replay_entry *r;
353 struct replay_entry *r, *tmp;
377 * replay list contains @struct replay_entry elements, and we sort this list in
388 struct replay_entry *r;
395 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL);
437 struct replay_entry *r;
444 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL);