Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A Dext4_common.c2183 struct ext2fs_node *oldnode = currroot; in ext4fs_find_file1() local
2212 oldnode = currnode; in ext4fs_find_file1()
2229 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2237 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2244 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2245 oldnode = &ext4fs_root->diropen; in ext4fs_find_file1()
2249 status = ext4fs_find_file1(symlink, oldnode, in ext4fs_find_file1()
2255 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2260 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
/openbmc/linux/lib/
H A Dbtree.c311 unsigned long *node, *oldnode; in btree_get_prev() local
330 oldnode = node; in btree_get_prev()
334 retry_key = bkey(geo, oldnode, i); in btree_get_prev()