Home
last modified time | relevance | path

Searched refs:old_buds (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dlog.c301 ubifs_assert(c, list_empty(&c->old_buds)); in remove_buds()
337 list_move(&bud->list, &c->old_buds); in remove_buds()
519 while (!list_empty(&c->old_buds)) { in ubifs_log_post_commit()
522 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
H A Dsuper.c1191 while (!list_empty(&c->old_buds)) { in destroy_journal()
1194 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
2163 INIT_LIST_HEAD(&c->old_buds); in alloc_ubifs_info()
H A Dubifs.h1027 * @old_buds: buds to be released after commit ends
1281 struct list_head old_buds; member
H A Ddebug.c661 list_for_each_entry(bud, &c->old_buds, list) in ubifs_dump_budg()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dlog.c301 ubifs_assert(c, list_empty(&c->old_buds)); in remove_buds()
337 list_move(&bud->list, &c->old_buds); in remove_buds()
519 while (!list_empty(&c->old_buds)) { in ubifs_log_post_commit()
522 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
H A Dsuper.c1191 while (!list_empty(&c->old_buds)) { in destroy_journal()
1194 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
2168 INIT_LIST_HEAD(&c->old_buds); in alloc_ubifs_info()
H A Dubifs.h1048 * @old_buds: buds to be released after commit ends
1306 struct list_head old_buds; member
H A Ddebug.c661 list_for_each_entry(bud, &c->old_buds, list) in ubifs_dump_budg()

Completed in 22 milliseconds