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

/linux-master/fs/ubifs/
H A Dreplay.c166 list_for_each_entry(b, &c->replay_buds, list) {
840 * replay_buds - replay all buds.
846 static int replay_buds(struct ubifs_info *c) function
852 list_for_each_entry(b, &c->replay_buds, list) {
872 while (!list_empty(&c->replay_buds)) {
873 b = list_entry(c->replay_buds.next, struct bud_entry, list);
924 list_add_tail(&b->list, &c->replay_buds);
1222 err = replay_buds(c);
H A Dubifs.h1267 * @replay_buds: list of buds to replay
1520 struct list_head replay_buds; member in struct:ubifs_info
H A Dsuper.c2163 INIT_LIST_HEAD(&c->replay_buds);

Completed in 119 milliseconds