Home
last modified time | relevance | path

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

/linux-6.15/fs/ubifs/
H A Dreplay.c45 struct replay_entry { struct
215 struct replay_entry *r; in inode_still_linked()
306 struct replay_entry *ra, *rb; in replay_entries_cmp()
312 ra = list_entry(a, struct replay_entry, list); in replay_entries_cmp()
313 rb = list_entry(b, struct replay_entry, list); in replay_entries_cmp()
329 struct replay_entry *r; in apply_replay_list()
353 struct replay_entry *r, *tmp; in destroy_replay_list()
389 struct replay_entry *r; in insert_node()
396 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL); in insert_node()
439 struct replay_entry *r; in insert_dent()
[all …]