Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfat.h119 typedef struct volume_info struct
129 } volume_info; typedef
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c487 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()
490 volume_info *vistart; in read_bootsectandvi()
524 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
527 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()
530 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()
557 volume_info volinfo; in get_fs_info()
975 volume_info volinfo; in file_fat_detectfs()
H A Dfat_write.c911 volume_info volinfo; in do_fat_write()