Searched refs:ext4fs_find_file (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/ext4/ |
D | ext4_common.h | 54 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode,
|
D | ext4fs.c | 173 status = ext4fs_find_file(dirname, &ext4fs_root->diropen, &dirnode, in ext4fs_ls()
|
D | ext4_common.c | 2274 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode, in ext4fs_find_file() function 2307 status = ext4fs_find_file(filename, &ext4fs_root->diropen, &fdiro, in ext4fs_open()
|