Searched refs:replay_buds (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | replay.c | 167 list_for_each_entry(b, &c->replay_buds, list) { in set_buds_lprops() 839 * replay_buds - replay all buds. 845 static int replay_buds(struct ubifs_info *c) in replay_buds() function 851 list_for_each_entry(b, &c->replay_buds, list) { in replay_buds() 871 while (!list_empty(&c->replay_buds)) { in destroy_bud_list() 872 b = list_entry(c->replay_buds.next, struct bud_entry, list); in destroy_bud_list() 923 list_add_tail(&b->list, &c->replay_buds); in add_replay_bud() 1221 err = replay_buds(c); in ubifs_replay_journal()
|
H A D | ubifs.h | 1244 * @replay_buds: list of buds to replay 1488 struct list_head replay_buds; member
|
H A D | super.c | 2157 INIT_LIST_HEAD(&c->replay_buds); in alloc_ubifs_info()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | replay.c | 167 list_for_each_entry(b, &c->replay_buds, list) { in set_buds_lprops() 839 * replay_buds - replay all buds. 845 static int replay_buds(struct ubifs_info *c) in replay_buds() function 851 list_for_each_entry(b, &c->replay_buds, list) { in replay_buds() 871 while (!list_empty(&c->replay_buds)) { in destroy_bud_list() 872 b = list_entry(c->replay_buds.next, struct bud_entry, list); in destroy_bud_list() 923 list_add_tail(&b->list, &c->replay_buds); in add_replay_bud() 1221 err = replay_buds(c); in ubifs_replay_journal()
|
H A D | ubifs.h | 1265 * @replay_buds: list of buds to replay 1516 struct list_head replay_buds; member
|
H A D | super.c | 2162 INIT_LIST_HEAD(&c->replay_buds); in alloc_ubifs_info()
|
Completed in 15 milliseconds