Home
last modified time | relevance | path

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

/fs/ubifs/
Dorphan.c84 list_add_tail(&orphan->new_list, &c->orph_new); in orphan_add()
122 list_del(&o->new_list); in __orphan_drop()
237 list_for_each_entry(orphan, &c->orph_new, new_list) { in ubifs_orphan_start_commit()
Dubifs.h927 struct list_head new_list; member