Home
last modified time | relevance | path

Searched refs:old_buds (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/ubifs/
Dlog.c304 ubifs_assert(list_empty(&c->old_buds)); in remove_buds()
340 list_move(&bud->list, &c->old_buds); in remove_buds()
511 while (!list_empty(&c->old_buds)) { in ubifs_log_post_commit()
514 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
Dsuper.c1076 while (!list_empty(&c->old_buds)) { in destroy_journal()
1079 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
1980 INIT_LIST_HEAD(&c->old_buds); in alloc_ubifs_info()
Dubifs.h1264 struct list_head old_buds; member
Ddebug.c626 list_for_each_entry(bud, &c->old_buds, list) in ubifs_dump_budg()