Home
last modified time | relevance | path

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

/u-boot/fs/ext4/
A Dext4fs.c41 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot) in ext4fs_free_node() argument
43 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node()
A Dext4_common.c2213 struct ext2fs_node *currroot, in ext4fs_find_file1() argument
2221 struct ext2fs_node *currnode = currroot; in ext4fs_find_file1()
2222 struct ext2fs_node *oldnode = currroot; in ext4fs_find_file1()
2247 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2267 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2268 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2273 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2276 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2283 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2294 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
[all …]
/u-boot/include/
A Dext4fs.h155 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);

Completed in 8 milliseconds