Lines Matching refs:size_entry
1221 * struct size_entry - inode size information for recovery.
1229 struct size_entry {
1250 struct size_entry *e;
1254 e = rb_entry(parent, struct size_entry, rb);
1261 e = kzalloc(sizeof(struct size_entry), GFP_KERNEL);
1281 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum)
1284 struct size_entry *e;
1287 e = rb_entry(p, struct size_entry, rb);
1305 struct size_entry *e = find_ino(c, inum);
1319 struct size_entry *e, *n;
1358 struct size_entry *e;
1402 static int fix_size_in_place(struct ubifs_info *c, struct size_entry *e)
1458 static int inode_fix_size(struct ubifs_info *c, struct size_entry *e)
1533 struct size_entry *e;
1536 e = rb_entry(this, struct size_entry, rb);