Searched refs:unclean_leb_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Drecovery.c516 list_add_tail(&ucleb->list, &c->unclean_leb_list);
1078 while (!list_empty(&c->unclean_leb_list)) {
1082 ucleb = list_entry(c->unclean_leb_list.next,
H A Dsuper.c1181 while (!list_empty(&c->unclean_leb_list)) {
1184 ucleb = list_entry(c->unclean_leb_list.next,
2168 INIT_LIST_HEAD(&c->unclean_leb_list);
H A Dubifs.h1269 * @unclean_leb_list: LEBs to recover when re-mounting R/O mounted FS to R/W
1522 struct list_head unclean_leb_list; member in struct:ubifs_info

Completed in 120 milliseconds