fs/ubifs/recovery.c
1250
struct size_entry *e;
fs/ubifs/recovery.c
1254
e = rb_entry(parent, struct size_entry, rb);
fs/ubifs/recovery.c
1261
e = kzalloc_obj(struct size_entry);
fs/ubifs/recovery.c
1281
static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum)
fs/ubifs/recovery.c
1284
struct size_entry *e;
fs/ubifs/recovery.c
1287
e = rb_entry(p, struct size_entry, rb);
fs/ubifs/recovery.c
1305
struct size_entry *e = find_ino(c, inum);
fs/ubifs/recovery.c
1319
struct size_entry *e, *n;
fs/ubifs/recovery.c
1358
struct size_entry *e;
fs/ubifs/recovery.c
1402
static int fix_size_in_place(struct ubifs_info *c, struct size_entry *e)
fs/ubifs/recovery.c
1456
static int inode_fix_size(struct ubifs_info *c, struct size_entry *e)
fs/ubifs/recovery.c
1531
struct size_entry *e;
fs/ubifs/recovery.c
1534
e = rb_entry(this, struct size_entry, rb);