Home
last modified time | relevance | path

Searched refs:fat_length (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/fs/fat/
Dfat.c512 bs->fat_length = FAT2CPU16(bs->fat_length); in read_bootsectandvi()
518 if (bs->fat_length == 0) { in read_bootsectandvi()
571 mydata->fatlength = bs.fat_length; in get_fs_info()
/third_party/uboot/u-boot-2020.01/include/
Dfat.h101 __u16 fat_length; /* Sectors/FAT */ member
/third_party/exfat-utils/dump/
Ddump.c123 le32_to_cpu(pbsx->fat_length)); in exfat_show_ondisk_all_info()
/third_party/e2fsprogs/lib/blkid/
Dprobe.c524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local
542 fat_length = blkid_le16(ms->ms_fat_length); in probe_fat()
543 if (fat_length == 0) in probe_fat()
544 fat_length = blkid_le32(vs->vs_fat32_length); in probe_fat()
546 fat_size = fat_length * ms->ms_fats; in probe_fat()
/third_party/exfat-utils/include/
Dexfat_ondisk.h111 __le32 fat_length; member
/third_party/exfat-utils/mkfs/
Dmkfs.c60 pbsx->fat_length = cpu_to_le32(finfo.fat_byte_len / bd->sector_size); in exfat_setup_boot_sector()
88 le32_to_cpu(pbsx->fat_length)); in exfat_setup_boot_sector()