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.c2210 struct ext2fs_node *currroot, in ext4fs_find_file1() argument
2218 struct ext2fs_node *currnode = currroot; in ext4fs_find_file1()
2219 struct ext2fs_node *oldnode = currroot; in ext4fs_find_file1()
2244 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2264 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2265 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2270 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2273 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2280 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2291 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
[all …]
/external/u-boot/include/
Dext4fs.h153 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);