Home
last modified time | relevance | path

Searched refs:volume_info (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/fs/fat/
Dfat.c480 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()
483 volume_info *vistart; in read_bootsectandvi()
517 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
520 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()
523 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()
550 volume_info volinfo; in get_fs_info()
965 volume_info volinfo; in file_fat_detectfs()
Dfat_write.c909 volume_info volinfo; in do_fat_write()
/external/u-boot/include/
Dfat.h117 typedef struct volume_info struct
127 } volume_info; argument