Home
last modified time | relevance | path

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

/fs/ubifs/
Dorphan.c209 struct ubifs_orphan *orph, *child_orph, *tmp_o; in ubifs_delete_orphan() local
222 list_for_each_entry_safe(child_orph, tmp_o, &orph->child_list, child_list) { in ubifs_delete_orphan()
223 list_del(&child_orph->child_list); in ubifs_delete_orphan()
224 orphan_delete(c, child_orph); in ubifs_delete_orphan()