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

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c29 int fat_length; member in struct:fat_superblock
98 FAT_SUPER->fat_length =
99 bpb.fat_length ? bpb.fat_length : bpb.fat32_length;
103 FAT_SUPER->fat_offset + bpb.num_fats * FAT_SUPER->fat_length;
115 if (!bpb.fat_length)
127 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length;
162 > FAT_SUPER->fat_length))
H A Dfat.h47 __u16 fat_length; /* sectors/FAT */ member in struct:fat_bpb
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dbootsector.h78 uint16_t fat_length; /* 16: sectors/FAT for FAT12/16 */ member in struct:_FatBootSector
97 uint32_t fat_length; /* 24: size of FAT in sectors */ member in struct:_FatBootSector::__anon4023::__anon4025
H A Dbootsector.c108 + 2 * PED_LE16_TO_CPU (bs->fat_length) * logical_sector_size
238 fs_info->fat_sectors = PED_LE16_TO_CPU (bs->fat_length)
254 fs_info->fat_sectors = PED_LE32_TO_CPU (bs->u.fat32.fat_length)
337 bs->fat_length = 0;
338 bs->u.fat32.fat_length = PED_CPU_TO_LE32 (fs_info->fat_sectors
361 bs->fat_length

Completed in 100 milliseconds