Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Drecovery.c1240 struct size_entry { struct
1261 struct size_entry *e; in add_ino() argument
1265 e = rb_entry(parent, struct size_entry, rb); in add_ino()
1272 e = kzalloc(sizeof(struct size_entry), GFP_KERNEL); in add_ino()
1292 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino()
1295 struct size_entry *e; in find_ino()
1298 e = rb_entry(p, struct size_entry, rb); in find_ino()
1316 struct size_entry *e = find_ino(c, inum); in remove_ino()
1330 struct size_entry *e, *n; in ubifs_destroy_size_tree()
1369 struct size_entry *e; in ubifs_recover_size_accum()
[all …]