Searched refs:currroot (Results 1 – 3 of 3) sorted by relevance
| /fs/ext4/ |
| A D | ext4_common.c | 2187 int ext4fs_find_file1(const char *currpath, struct ext2fs_node *currroot, in ext4fs_find_file1() argument 2195 struct ext2fs_node *currnode = currroot; in ext4fs_find_file1() 2196 struct ext2fs_node *oldnode = currroot; in ext4fs_find_file1() 2221 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1() 2241 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1() 2242 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1() 2247 ext4fs_free_node(currnode, currroot); in ext4fs_find_file1() 2250 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1() 2257 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1() 2268 ext4fs_free_node(oldnode, currroot); in ext4fs_find_file1() [all …]
|
| A D | ext4_common.h | 56 int ext4fs_find_file1(const char *currpath, struct ext2fs_node *currroot,
|
| A D | ext4fs.c | 60 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot) in ext4fs_free_node() argument 62 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node()
|
Completed in 8 milliseconds