Searched refs:replay_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | replay.c | 29 * struct replay_entry - replay list entry. 45 struct replay_entry { struct 181 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range() 213 static bool inode_still_linked(struct ubifs_info *c, struct replay_entry *rino) in inode_still_linked() 215 struct replay_entry *r; in inode_still_linked() 243 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry() 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 * in apply_replay_list() [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | replay.c | 29 * struct replay_entry - replay list entry. 45 struct replay_entry { struct 181 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range() 213 static bool inode_still_linked(struct ubifs_info *c, struct replay_entry *rino) in inode_still_linked() 215 struct replay_entry *r; in inode_still_linked() 243 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry() 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 * in apply_replay_list() [all...] |
Completed in 3 milliseconds