Searched refs:fat_length (Results 1 - 4 of 4) sorted by relevance

/external/grub/stage2/
H A Dfsys_fat.c29 int fat_length; member in struct:fat_superblock
97 FAT_SUPER->fat_length =
98 bpb.fat_length ? bpb.fat_length : bpb.fat32_length;
102 FAT_SUPER->fat_offset + bpb.num_fats * FAT_SUPER->fat_length;
114 if (!bpb.fat_length)
126 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length;
161 > FAT_SUPER->fat_length))
H A Dfat.h47 __u16 fat_length; /* sectors/FAT */ member in struct:fat_bpb
/external/kernel-headers/original/linux/
H A Dmsdos_fs.h124 __le16 fat_length; /* sectors/FAT */ member in struct:fat_boot_sector
237 unsigned long fat_length; /* FAT start & length (sec.) */ member in struct:msdos_sb_info
/external/e2fsprogs/lib/blkid/
H A Dprobe.c526 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
544 fat_length = blkid_le16(ms->ms_fat_length);
545 if (fat_length == 0)
546 fat_length = blkid_le32(vs->vs_fat32_length);
548 fat_size = fat_length * ms->ms_fats;

Completed in 139 milliseconds