Searched refs:orph_list (Results 1 – 3 of 3) sorted by relevance
83 list_add_tail(&orphan->list, &c->orph_list); in orphan_add()445 list_for_each_entry(orphan, &c->orph_list, list) { in consolidate()602 list_add_tail(&orphan->list, &c->orph_list); in insert_dead_orphan()
877 while (!list_empty(&c->orph_list)) { in free_orphans()878 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()2114 INIT_LIST_HEAD(&c->orph_list); in alloc_ubifs_info()
1386 struct list_head orph_list; member