Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A Dext4_common.c2175 struct ext2fs_node **currfound, int *foundtype) in ext4fs_find_file1() argument
2265 *foundtype = type; in ext4fs_find_file1()
2277 int foundtype = FILETYPE_DIRECTORY; in ext4fs_find_file() local
2283 status = ext4fs_find_file1(path, rootnode, foundnode, &foundtype); in ext4fs_find_file()
2288 if ((expecttype == FILETYPE_REG) && (foundtype != expecttype)) in ext4fs_find_file()
2291 && (foundtype != expecttype)) in ext4fs_find_file()