Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat.c504 bs->fat_length = FAT2CPU16(bs->fat_length); in read_bootsectandvi()
510 if (bs->fat_length == 0) { in read_bootsectandvi()
562 mydata->fatlength = bs.fat_length; in get_fs_info()
Dfat_write.c931 mydata->fatlength = bs.fat_length; in do_fat_write()
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h119 __le16 fat_length; /* sectors/FAT */ member
/external/u-boot/include/
Dfat.h101 __u16 fat_length; /* Sectors/FAT */ member
/external/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()