Searched refs:replay_buds (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/ubifs/
H A Dreplay.c171 list_for_each_entry(b, &c->replay_buds, list) {
690 * replay_buds - replay all buds.
696 static int replay_buds(struct ubifs_info *c) function
702 list_for_each_entry(b, &c->replay_buds, list) {
722 while (!list_empty(&c->replay_buds)) {
723 b = list_entry(c->replay_buds.next, struct bud_entry, list);
765 list_add_tail(&b->list, &c->replay_buds);
1047 err = replay_buds(c);
H A Dubifs.h1822 * @replay_buds: list of buds to replay
2055 struct list_head replay_buds; member in struct:ubifs_info
H A Dsuper.c2227 INIT_LIST_HEAD(&c->replay_buds);

Completed in 61 milliseconds