Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A Dext4fs.c37 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot) in ext4fs_free_node() argument
39 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node()
H A Dext4_common.c2174 struct ext2fs_node *currroot, in ext4fs_find_file1() argument
2182 struct ext2fs_node *currnode = currroot; in ext4fs_find_file1()
2183 struct ext2fs_node *oldnode = currroot; in ext4fs_find_file1()
2208 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2228 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2229 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2234 ext4fs_free_node(currnode, 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()
2255 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
[all …]
/openbmc/u-boot/include/
H A Dext4fs.h146 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);