Searched refs:volinfo (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 478 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi() argument 521 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi() 548 volume_info volinfo; in get_fs_info() local 551 ret = read_bootsectandvi(&bs, &volinfo, &mydata->fatsize); in get_fs_info() 1017 volume_info volinfo; in file_fat_detectfs() local 1062 if (read_bootsectandvi(&bs, &volinfo, &fatsize)) { in file_fat_detectfs() 1067 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs() 1069 volinfo.fs_type[5] = '\0'; in file_fat_detectfs() 1071 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
|
/openbmc/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.h | 112 struct ubi_vol_info volinfo[UBI_SPL_VOL_IDS]; member
|
H A D | ubispl.c | 127 struct ubi_vol_info *vi = ubi->volinfo + vol_id; in ubi_add_peb_to_vol() 701 memset(ubi->volinfo, 0, sizeof(ubi->volinfo)); in ipl_scan() 854 vi = ubi->volinfo + vol_id; in ipl_load()
|