Searched refs:old_buds (Results 1 – 4 of 4) sorted by relevance
339 ubifs_assert(list_empty(&c->old_buds)); in remove_buds()378 list_add(&bud->list, &c->old_buds); in remove_buds()544 while (!list_empty(&c->old_buds)) { in ubifs_log_post_commit()547 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
1036 while (!list_empty(&c->old_buds)) { in destroy_journal()1039 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()1884 INIT_LIST_HEAD(&c->old_buds); in ubifs_fill_super()
1196 struct list_head old_buds; member
632 list_for_each_entry(bud, &c->old_buds, list) in dbg_dump_budg()