Searched refs:expecttype (Results 1 – 2 of 2) sorted by relevance
56 struct ext2fs_node **foundnode, int expecttype);
2318 struct ext2fs_node **foundnode, int expecttype) in ext4fs_find_file() argument2332 if ((expecttype == FILETYPE_REG) && (foundtype != expecttype)) in ext4fs_find_file()2334 else if ((expecttype == FILETYPE_DIRECTORY) in ext4fs_find_file()2335 && (foundtype != expecttype)) in ext4fs_find_file()
Completed in 9 milliseconds