Searched refs:orph_list (Results 1 – 3 of 3) sorted by relevance
83 list_add_tail(&orphan->list, &c->orph_list); in orphan_add()452 list_for_each_entry(orphan, &c->orph_list, list) { in consolidate()609 list_add_tail(&orphan->list, &c->orph_list); in insert_dead_orphan()
907 while (!list_empty(&c->orph_list)) { in free_orphans()908 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()2169 INIT_LIST_HEAD(&c->orph_list); in alloc_ubifs_info()
1416 struct list_head orph_list; member