Home
last modified time | relevance | path

Searched refs:read_bootsectandvi (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/fat/
Dfat.c480 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi() function
553 ret = read_bootsectandvi(&bs, &volinfo, &mydata->fatsize); in get_fs_info()
1010 if (read_bootsectandvi(&bs, &volinfo, &fatsize)) { in file_fat_detectfs()
Dfat_write.c919 if (read_bootsectandvi(&bs, &volinfo, &mydata->fatsize)) { in do_fat_write()