Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
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()
Dext4_common.c2175 struct ext2fs_node *currroot, in ext4fs_find_file1() argument
2183 struct ext2fs_node *currnode = currroot; in ext4fs_find_file1()
2184 struct ext2fs_node *oldnode = currroot; in ext4fs_find_file1()
2209 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2229 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2230 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2235 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2238 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2245 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2256 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
[all …]
/external/u-boot/include/
Dext4fs.h145 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);