Home
last modified time | relevance | path

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

/linux/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 Dubifs.h1295 struct list_head old_buds; member