Home
last modified time | relevance | path

Searched refs:size_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Drecovery.c1229 struct size_entry { struct
1250 struct size_entry *e; in add_ino() argument
1254 e = rb_entry(parent, struct size_entry, rb); in add_ino()
1261 e = kzalloc(sizeof(struct size_entry), GFP_KERNEL); in add_ino()
1284 struct size_entry *e; in find_ino()
1287 e = rb_entry(p, struct size_entry, rb); in find_ino()
1305 struct size_entry *e = find_ino(c, inum); in remove_ino()
1319 struct size_entry *e, *n; in ubifs_destroy_size_tree()
1358 struct size_entry *e; in ubifs_recover_size_accum()
1533 struct size_entry *e; in ubifs_recover_size()
[all …]
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c1244 struct size_entry { struct
1265 struct size_entry *e; in add_ino() argument
1269 e = rb_entry(parent, struct size_entry, rb); in add_ino()
1276 e = kzalloc(sizeof(struct size_entry), GFP_KERNEL); in add_ino()
1299 struct size_entry *e; in find_ino()
1302 e = rb_entry(p, struct size_entry, rb); in find_ino()
1320 struct size_entry *e = find_ino(c, inum); in remove_ino()
1334 struct size_entry *e, *n; in ubifs_destroy_size_tree()
1374 struct size_entry *e; in ubifs_recover_size_accum()
1485 struct size_entry *e; in ubifs_recover_size()
[all …]