Home
last modified time | relevance | path

Searched refs:ubifs_orphan (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dorphan.c45 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 *orp
[all...]
H A Dubifs.h913 * struct ubifs_orphan - stores the inode number of an orphan.
926 struct ubifs_orphan { struct
931 struct ubifs_orphan *cnext;
932 struct ubifs_orphan *dnext;
1390 struct ubifs_orphan *orph_cnext;
1391 struct ubifs_orphan *orph_dnext;
H A Dsuper.c898 struct ubifs_orphan *orph; in free_orphans()
908 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dorphan.c45 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 *orp
[all...]
H A Dubifs.h922 * struct ubifs_orphan - stores the inode number of an orphan.
935 struct ubifs_orphan { struct
940 struct ubifs_orphan *cnext;
941 struct ubifs_orphan *dnext;
1418 struct ubifs_orphan *orph_cnext;
1419 struct ubifs_orphan *orph_dnext;
H A Dsuper.c898 struct ubifs_orphan *orph; in free_orphans()
908 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()

Completed in 13 milliseconds