Searched refs:foundtype (Results 1 – 1 of 1) sorted by relevance
2176 struct ext2fs_node **currfound, int *foundtype) in ext4fs_find_file1() argument2266 *foundtype = type; in ext4fs_find_file1()2278 int foundtype = FILETYPE_DIRECTORY; in ext4fs_find_file() local2284 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()