Searched refs:freeable_list (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | lprops.c | 286 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 D | lpt_commit.c | 825 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 D | ubifs.h | 2028 struct list_head freeable_list; member
|
| H A D | lpt.c | 2165 list = &c->freeable_list; in dbg_chk_pnode()
|
| H A D | super.c | 2221 INIT_LIST_HEAD(&c->freeable_list); in alloc_ubifs_info()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | lprops.c | 280 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 D | lpt_commit.c | 781 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 D | ubifs.h | 1451 struct list_head freeable_list; member
|
| H A D | super.c | 2151 INIT_LIST_HEAD(&c->freeable_list); in alloc_ubifs_info()
|
| H A D | lpt.c | 2316 list = &c->freeable_list; in dbg_chk_pnode()
|