Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext_common.h38 #define FILETYPE_SYMLINK 7 macro
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c2065 else if (dirent.filetype == FILETYPE_SYMLINK) in ext4fs_iterate_dir()
2066 type = FILETYPE_SYMLINK; in ext4fs_iterate_dir()
2087 type = FILETYPE_SYMLINK; in ext4fs_iterate_dir()
2120 case FILETYPE_SYMLINK: in ext4fs_iterate_dir()
2223 if (type == FILETYPE_SYMLINK) { in ext4fs_find_file1()