Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c487 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi() argument
530 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()
557 volume_info volinfo; in get_fs_info() local
560 ret = read_bootsectandvi(&bs, &volinfo, &mydata->fatsize); in get_fs_info()
975 volume_info volinfo; in file_fat_detectfs() local
1020 if (read_bootsectandvi(&bs, &volinfo, &fatsize)) { in file_fat_detectfs()
1025 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()
1027 volinfo.fs_type[5] = '\0'; in file_fat_detectfs()
1029 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
H A Dfat_write.c911 volume_info volinfo; in do_fat_write() local
921 if (read_bootsectandvi(&bs, &volinfo, &mydata->fatsize)) { in do_fat_write()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubispl.h113 struct ubi_vol_info volinfo[UBI_SPL_VOL_IDS]; member
H A Dubispl.c128 struct ubi_vol_info *vi = ubi->volinfo + vol_id; in ubi_add_peb_to_vol()
702 memset(ubi->volinfo, 0, sizeof(ubi->volinfo)); in ipl_scan()
855 vi = ubi->volinfo + vol_id; in ipl_load()