size_entry       1250 fs/ubifs/recovery.c 	struct size_entry *e;
size_entry       1254 fs/ubifs/recovery.c 		e = rb_entry(parent, struct size_entry, rb);
size_entry       1261 fs/ubifs/recovery.c 	e = kzalloc(sizeof(struct size_entry), GFP_KERNEL);
size_entry       1281 fs/ubifs/recovery.c static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum)
size_entry       1284 fs/ubifs/recovery.c 	struct size_entry *e;
size_entry       1287 fs/ubifs/recovery.c 		e = rb_entry(p, struct size_entry, rb);
size_entry       1305 fs/ubifs/recovery.c 	struct size_entry *e = find_ino(c, inum);
size_entry       1319 fs/ubifs/recovery.c 	struct size_entry *e, *n;
size_entry       1358 fs/ubifs/recovery.c 	struct size_entry *e;
size_entry       1402 fs/ubifs/recovery.c static int fix_size_in_place(struct ubifs_info *c, struct size_entry *e)
size_entry       1458 fs/ubifs/recovery.c static int inode_fix_size(struct ubifs_info *c, struct size_entry *e)
size_entry       1533 fs/ubifs/recovery.c 		struct size_entry *e;
size_entry       1536 fs/ubifs/recovery.c 		e = rb_entry(this, struct size_entry, rb);