Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.h56 struct ext2fs_node **foundnode, int expecttype);
H A Dext4_common.c2276 struct ext2fs_node **foundnode, int expecttype) in ext4fs_find_file() argument
2290 if ((expecttype == FILETYPE_REG) && (foundtype != expecttype)) in ext4fs_find_file()
2292 else if ((expecttype == FILETYPE_DIRECTORY) in ext4fs_find_file()
2293 && (foundtype != expecttype)) in ext4fs_find_file()