Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlog.c138 list_add_tail(&bud->list, &jhead->buds_list); in ubifs_add_bud()
734 list_for_each_entry(bud, &c->jheads[i].buds_list, list) in dbg_check_bud_bytes()
H A Dreplay.c485 if (list_is_last(&bud->list, &jh->buds_list)) in is_last_bud()
516 if (!list_is_last(&next->list, &jh->buds_list)) in is_last_bud()
H A Dubifs.h1329 struct list_head buds_list; member
H A Dsuper.c990 INIT_LIST_HEAD(&c->jheads[i].buds_list); in alloc_wbufs()