Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat.c510 bs->fat32_length = FAT2CPU32(bs->fat32_length); in read_bootsectandvi()
518 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()
558 mydata->fatlength = bs.fat32_length; in get_fs_info()
/openbmc/u-boot/include/
H A Dfat.h108 __u32 fat32_length; /* Sectors/FAT */ member
/openbmc/linux/fs/fat/
H A Dinode.c57 u32 fat32_length; member
1473 bpb->fat32_length = le32_to_cpu(b->fat32.length); in fat_read_bpb()
1520 if (bpb->fat_fat_length == 0 && bpb->fat32_length == 0) { in fat_read_bpb()
1712 if (!sbi->fat_length && bpb.fat32_length) { in fat_fill_super()
1718 sbi->fat_length = bpb.fat32_length; in fat_fill_super()