Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4fs.c38 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot) in ext4fs_free_node() argument
40 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node()
H A Dext4_common.c2176 struct ext2fs_node *currroot, in ext4fs_find_file1() argument
2184 struct ext2fs_node *currnode = currroot; in ext4fs_find_file1()
2185 struct ext2fs_node *oldnode = currroot; in ext4fs_find_file1()
2210 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2230 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2231 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2236 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1()
2239 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2246 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
2257 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h147 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);