Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
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()
1281 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_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()
[all …]