Searched refs:foundtype (Results 1 – 2 of 2) sorted by relevance
57 struct ext2fs_node **currfound, int *foundtype);
2188 struct ext2fs_node **currfound, int *foundtype) in ext4fs_find_file1() argument2278 *foundtype = type; in ext4fs_find_file1()2290 int foundtype = FILETYPE_DIRECTORY; in ext4fs_find_file() local2296 status = ext4fs_find_file1(path, rootnode, foundnode, &foundtype); in ext4fs_find_file()2301 if ((expecttype == FILETYPE_REG) && (foundtype != expecttype)) in ext4fs_find_file()2304 && (foundtype != expecttype)) in ext4fs_find_file()
Completed in 6 milliseconds