Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat.c488 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi() argument
531 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()
558 volume_info volinfo; in get_fs_info() local
561 ret = read_bootsectandvi(&bs, &volinfo, &mydata->fatsize); in get_fs_info()
1079 volume_info volinfo; in file_fat_detectfs() local
1124 if (read_bootsectandvi(&bs, &volinfo, &fatsize)) { in file_fat_detectfs()
1129 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()
1131 volinfo.fs_type[5] = '\0'; in file_fat_detectfs()
1133 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/external/u-boot/drivers/mtd/ubispl/
Dubispl.h114 struct ubi_vol_info volinfo[UBI_SPL_VOL_IDS]; member
Dubispl.c309 struct ubi_vol_info *vi = ubi->volinfo + vol_id; in ubi_add_peb_to_vol()
893 memset(ubi->volinfo, 0, sizeof(ubi->volinfo)); in ipl_scan()
1046 vi = ubi->volinfo + vol_id; in ipl_load()