Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dorphan.c55 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()
[all …]
Dubifs.h926 struct ubifs_orphan { struct
930 struct ubifs_orphan *cnext; argument
931 struct ubifs_orphan *dnext; argument
1412 struct ubifs_orphan *orph_cnext;
1413 struct ubifs_orphan *orph_dnext;
Dsuper.c894 struct ubifs_orphan *orph; in free_orphans()
904 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()