Searched refs:ubifs_orphan (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | orphan.c | 45 static struct ubifs_orphan *orphan_add(struct ubifs_info *c, ino_t inum, in orphan_add() 46 struct ubifs_orphan *parent_orphan) in orphan_add() 48 struct ubifs_orphan *orphan, *o; in orphan_add() 51 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in orphan_add() 67 o = rb_entry(parent, struct ubifs_orphan, rb); in orphan_add() 96 static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum) in lookup_orphan() 98 struct ubifs_orphan *o; in lookup_orphan() 103 o = rb_entry(p, struct ubifs_orphan, rb); in lookup_orphan() 115 static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o) in __orphan_drop() 129 static void orphan_delete(struct ubifs_info *c, struct ubifs_orphan *orph) in orphan_delete() [all …]
|
D | ubifs.h | 935 struct ubifs_orphan { struct 940 struct ubifs_orphan *cnext; argument 941 struct ubifs_orphan *dnext; argument 1418 struct ubifs_orphan *orph_cnext; 1419 struct ubifs_orphan *orph_dnext;
|
D | super.c | 889 struct ubifs_orphan *orph; in free_orphans() 899 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()
|