Home
last modified time | relevance | path

Searched refs:freeable_list (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/fs/ubifs/
Dlprops.c285 list_add(&lprops->list, &c->freeable_list); in ubifs_add_to_cat()
812 if (list_empty(&c->freeable_list)) in ubifs_fast_find_freeable()
815 lprops = list_entry(c->freeable_list.next, struct ubifs_lprops, list); in ubifs_fast_find_freeable()
881 list_for_each_entry(lprops, &c->freeable_list, list) { in dbg_check_cats()
1048 list = &c->freeable_list; in scan_check_cb()
Dlpt_commit.c824 list_for_each_entry(lprops, &c->freeable_list, list) { in populate_lsave()
2024 list_for_each_entry(lprops, &c->freeable_list, list) in dbg_populate_lsave()
Dubifs.h2027 struct list_head freeable_list; member
Dlpt.c2164 list = &c->freeable_list; in dbg_chk_pnode()
Dsuper.c2223 INIT_LIST_HEAD(&c->freeable_list); in alloc_ubifs_info()