Searched refs:volinfo (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/fs/fat/ |
D | fat.c | 480 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi() argument 523 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi() 550 volume_info volinfo; in get_fs_info() local 553 ret = read_bootsectandvi(&bs, &volinfo, &mydata->fatsize); in get_fs_info() 965 volume_info volinfo; in file_fat_detectfs() local 1010 if (read_bootsectandvi(&bs, &volinfo, &fatsize)) { in file_fat_detectfs() 1015 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs() 1017 volinfo.fs_type[5] = '\0'; in file_fat_detectfs() 1019 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
|
D | fat_write.c | 909 volume_info volinfo; in do_fat_write() local 919 if (read_bootsectandvi(&bs, &volinfo, &mydata->fatsize)) { in do_fat_write()
|
/external/u-boot/drivers/mtd/ubispl/ |
D | ubispl.h | 112 struct ubi_vol_info volinfo[UBI_SPL_VOL_IDS]; member
|
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()
|