Searched refs:buds_list (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dlog.c134 list_add_tail(&bud->list, &jhead->buds_list);
751 list_for_each_entry(bud, &c->jheads[i].buds_list, list)
H A Dreplay.c522 if (list_is_last(&bud->list, &jh->buds_list))
553 if (!list_is_last(&next->list, &jh->buds_list))
H A Dubifs.h732 * @buds_list: list of bud LEBs belonging to this journal head
740 struct list_head buds_list; member in struct:ubifs_jhead
H A Dsuper.c829 INIT_LIST_HEAD(&c->jheads[i].buds_list);

Completed in 120 milliseconds