Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlprops.c286 list_add(&lprops->list, &c->freeable_list); in ubifs_add_to_cat()
813 if (list_empty(&c->freeable_list)) in ubifs_fast_find_freeable()
816 lprops = list_entry(c->freeable_list.next, struct ubifs_lprops, list); in ubifs_fast_find_freeable()
882 list_for_each_entry(lprops, &c->freeable_list, list) { in dbg_check_cats()
1049 list = &c->freeable_list; in scan_check_cb()
H A Dlpt_commit.c825 list_for_each_entry(lprops, &c->freeable_list, list) { in populate_lsave()
2025 list_for_each_entry(lprops, &c->freeable_list, list) in dbg_populate_lsave()
H A Dubifs.h2028 struct list_head freeable_list; member
H A Dlpt.c2165 list = &c->freeable_list; in dbg_chk_pnode()
H A Dsuper.c2221 INIT_LIST_HEAD(&c->freeable_list); in alloc_ubifs_info()
/OK3568_Linux_fs/kernel/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.h1451 struct list_head freeable_list; member
H A Dsuper.c2151 INIT_LIST_HEAD(&c->freeable_list); in alloc_ubifs_info()
H A Dlpt.c2316 list = &c->freeable_list; in dbg_chk_pnode()