Searched refs:file_type (Results 1 - 7 of 7) sorted by relevance

/u-boot/fs/ext4/
H A Dext4_common.h66 int ext4fs_update_parent_dentry(char *filename, int file_type);
H A Dext4_common.c474 int ext4fs_update_parent_dentry(char *filename, int file_type) argument
613 dir->filetype = file_type;
/u-boot/tools/
H A Dmtk_image.h85 uint16_t file_type; member in struct:gfh_file_info
H A Dmtk_image.c569 gfh->file_info.file_type = cpu_to_le16(1);
/u-boot/fs/erofs/
H A Dfs.c167 if (de->file_type == EROFS_FT_DIR) {
169 } else if (de->file_type == EROFS_FT_SYMLINK) {
H A Derofs_fs.h281 __u8 file_type; /* file type */ member in struct:erofs_dirent
/u-boot/drivers/usb/gadget/
H A Df_thor.c263 int file_type, ret = 0; local
278 file_type = rqt->int_data[0];
279 if (file_type == FILE_TYPE_PIT) {
293 f_name, 0, thor_file_size, file_type);

Completed in 87 milliseconds