Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h117 typedef struct volume_info struct
127 } volume_info; argument
/openbmc/u-boot/fs/fat/
H A Dfat.c478 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()
481 volume_info *vistart; in read_bootsectandvi()
515 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
518 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()
521 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()
548 volume_info volinfo; in get_fs_info()
1017 volume_info volinfo; in file_fat_detectfs()