fs/ubifs/orphan.c
104
o = rb_entry(p, struct ubifs_orphan, rb);
fs/ubifs/orphan.c
116
static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o)
fs/ubifs/orphan.c
130
static void orphan_delete(struct ubifs_info *c, struct ubifs_orphan *orph)
fs/ubifs/orphan.c
158
struct ubifs_orphan *orph;
fs/ubifs/orphan.c
184
struct ubifs_orphan *orphan, **last;
fs/ubifs/orphan.c
289
struct ubifs_orphan *orphan, *cnext;
fs/ubifs/orphan.c
391
struct ubifs_orphan *orphan, **last;
fs/ubifs/orphan.c
456
struct ubifs_orphan *orphan, *dnext;
fs/ubifs/orphan.c
55
struct ubifs_orphan *orphan, *o;
fs/ubifs/orphan.c
58
orphan = kzalloc_obj(struct ubifs_orphan, GFP_NOFS);
fs/ubifs/orphan.c
73
o = rb_entry(parent, struct ubifs_orphan, rb);
fs/ubifs/orphan.c
97
static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum)
fs/ubifs/orphan.c
99
struct ubifs_orphan *o;
fs/ubifs/super.c
893
struct ubifs_orphan *orph;
fs/ubifs/super.c
903
orph = list_entry(c->orph_list.next, struct ubifs_orphan, list);
fs/ubifs/ubifs.h
1407
struct ubifs_orphan *orph_cnext;
fs/ubifs/ubifs.h
1408
struct ubifs_orphan *orph_dnext;
fs/ubifs/ubifs.h
925
struct ubifs_orphan *cnext;
fs/ubifs/ubifs.h
926
struct ubifs_orphan *dnext;