Home
last modified time | relevance | path

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

/fs/ubifs/
Drecovery.c1241 struct size_entry { struct
1262 struct size_entry *e; in add_ino() argument
1266 e = rb_entry(parent, struct size_entry, rb); in add_ino()
1273 e = kzalloc(sizeof(struct size_entry), GFP_KERNEL); in add_ino()
1293 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino()
1296 struct size_entry *e; in find_ino()
1299 e = rb_entry(p, struct size_entry, rb); in find_ino()
1317 struct size_entry *e = find_ino(c, inum); in remove_ino()
1331 struct size_entry *e, *n; in ubifs_destroy_size_tree()
1370 struct size_entry *e; in ubifs_recover_size_accum()
[all …]