Searched refs:eat_last (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | readinode.c | 402 static void eat_last(struct rb_root *root, struct rb_node *node) in eat_last() function 422 /* We put the version tree in reverse order, so we can use the same eat_last() 476 eat_last(&rii->tn_root, &last->rb); in jffs2_build_inode_fragtree() 499 eat_last(&ver_root, &this->rb); in jffs2_build_inode_fragtree() 532 eat_last(&ver_root, &vers_next->rb); in jffs2_build_inode_fragtree()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | readinode.c | 402 static void eat_last(struct rb_root *root, struct rb_node *node) in eat_last() function 422 /* We put the version tree in reverse order, so we can use the same eat_last() 476 eat_last(&rii->tn_root, &last->rb); in jffs2_build_inode_fragtree() 499 eat_last(&ver_root, &this->rb); in jffs2_build_inode_fragtree() 532 eat_last(&ver_root, &vers_next->rb); in jffs2_build_inode_fragtree()
|
Completed in 4 milliseconds