Searched refs:old_buds (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | log.c | 296 ubifs_assert(list_empty(&c->old_buds)); in remove_buds() 332 list_move(&bud->list, &c->old_buds); in remove_buds() 503 while (!list_empty(&c->old_buds)) { in ubifs_log_post_commit() 506 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
|
| H A D | super.c | 1265 while (!list_empty(&c->old_buds)) { in destroy_journal() 1268 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal() 2224 INIT_LIST_HEAD(&c->old_buds); in alloc_ubifs_info()
|
| H A D | ubifs.h | 1863 struct list_head old_buds; member
|
| H A D | debug.c | 629 list_for_each_entry(bud, &c->old_buds, list) in ubifs_dump_budg()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | log.c | 301 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 D | super.c | 1182 while (!list_empty(&c->old_buds)) { in destroy_journal() 1185 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal() 2154 INIT_LIST_HEAD(&c->old_buds); in alloc_ubifs_info()
|
| H A D | ubifs.h | 1281 struct list_head old_buds; member
|
| H A D | debug.c | 624 list_for_each_entry(bud, &c->old_buds, list) in ubifs_dump_budg()
|