Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dorphan.c55 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan()
58 orphan = kzalloc_obj(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()
[all …]
H A Dubifs.h922 struct ubifs_orphan { struct
926 struct ubifs_orphan *cnext; argument
927 struct ubifs_orphan *dnext; argument
1409 struct ubifs_orphan *orph_cnext;
1410 struct ubifs_orphan *orph_dnext;