Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Drecovery.c1262 struct size_entry { struct
1283 struct size_entry *e; in add_ino() argument
1287 e = rb_entry(parent, struct size_entry, rb); in add_ino()
1294 e = kzalloc(sizeof(struct size_entry), GFP_KERNEL); in add_ino()
1314 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino()
1317 struct size_entry *e; in find_ino()
1320 e = rb_entry(p, struct size_entry, rb); in find_ino()
1338 struct size_entry *e = find_ino(c, inum); in remove_ino()
1352 struct size_entry *e, *n; in ubifs_destroy_size_tree()
1391 struct size_entry *e; in ubifs_recover_size_accum()
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Drecovery.c1245 struct size_entry { struct
1266 struct size_entry *e; in add_ino() argument
1270 e = rb_entry(parent, struct size_entry, rb); in add_ino()
1277 e = kzalloc(sizeof(struct size_entry), GFP_KERNEL); in add_ino()
1297 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino()
1300 struct size_entry *e; in find_ino()
1303 e = rb_entry(p, struct size_entry, rb); in find_ino()
1321 struct size_entry *e = find_ino(c, inum); in remove_ino()
1335 struct size_entry *e, *n; in ubifs_destroy_size_tree()
1375 struct size_entry *e; in ubifs_recover_size_accum()
[all …]