Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A 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()
H A 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()
H A Dubifs.h2027 struct list_head freeable_list; member
H A Dlpt.c2164 list = &c->freeable_list; in dbg_chk_pnode()
H A Dsuper.c2223 INIT_LIST_HEAD(&c->freeable_list); in alloc_ubifs_info()
/openbmc/linux/fs/ubifs/
H A Dlprops.c280 list_add(&lprops->list, &c->freeable_list); in ubifs_add_to_cat()
807 if (list_empty(&c->freeable_list)) in ubifs_fast_find_freeable()
810 lprops = list_entry(c->freeable_list.next, struct ubifs_lprops, list); in ubifs_fast_find_freeable()
876 list_for_each_entry(lprops, &c->freeable_list, list) { in dbg_check_cats()
1043 list = &c->freeable_list; in scan_check_cb()
H A Dlpt_commit.c781 list_for_each_entry(lprops, &c->freeable_list, list) { in populate_lsave()
1981 list_for_each_entry(lprops, &c->freeable_list, list) in dbg_populate_lsave()
H A Dubifs.h1479 struct list_head freeable_list; member
H A Dsuper.c2165 INIT_LIST_HEAD(&c->freeable_list); in alloc_ubifs_info()
H A Dlpt.c2316 list = &c->freeable_list; in dbg_chk_pnode()