Lines Matching refs:ubifs_orphan
55 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan()
58 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in ubifs_add_orphan()
73 o = rb_entry(parent, struct ubifs_orphan, rb); in ubifs_add_orphan()
97 static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum) in lookup_orphan()
99 struct ubifs_orphan *o; in lookup_orphan()
104 o = rb_entry(p, struct ubifs_orphan, rb); in lookup_orphan()
116 static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o) in __orphan_drop()
130 static void orphan_delete(struct ubifs_info *c, struct ubifs_orphan *orph) in orphan_delete()
158 struct ubifs_orphan *orph; in ubifs_delete_orphan()
184 struct ubifs_orphan *orphan, **last; in ubifs_orphan_start_commit()
289 struct ubifs_orphan *orphan, *cnext; in write_orph_node()
391 struct ubifs_orphan *orphan, **last; in consolidate()
456 struct ubifs_orphan *orphan, *dnext; in erase_deleted()