Searched refs:currroot (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/ext4/ |
D | ext4fs.c | 37 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()
|
D | ext4_common.c | 2175 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/ |
D | ext4fs.h | 145 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);
|