Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4_common.c2176 struct ext2fs_node **currfound, int *foundtype) in ext4fs_find_file1() argument
2266 *foundtype = type; in ext4fs_find_file1()
2278 int foundtype = FILETYPE_DIRECTORY; in ext4fs_find_file() local
2284 status = ext4fs_find_file1(path, rootnode, foundnode, &foundtype); in ext4fs_find_file()
2289 if ((expecttype == FILETYPE_REG) && (foundtype != expecttype)) in ext4fs_find_file()
2292 && (foundtype != expecttype)) in ext4fs_find_file()