Lines Matching refs:replay_entry
55 struct replay_entry { struct
190 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range()
222 static bool inode_still_linked(struct ubifs_info *c, struct replay_entry *rino) in inode_still_linked()
224 struct replay_entry *r; in inode_still_linked()
252 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry()
315 struct replay_entry *ra, *rb; in replay_entries_cmp()
321 ra = list_entry(a, struct replay_entry, list); in replay_entries_cmp()
322 rb = list_entry(b, struct replay_entry, list); in replay_entries_cmp()
338 struct replay_entry *r; in apply_replay_list()
362 struct replay_entry *r, *tmp; in destroy_replay_list()
397 struct replay_entry *r; in insert_node()
404 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL); in insert_node()
444 struct replay_entry *r; in insert_dent()
451 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL); in insert_dent()