Searched defs:sector_count (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfatio.c40 PedSector sector_count = count * fs_info->frag_sectors; local
44 return ped_geometry_read (fs->geom, buf, sector, sector_count);
59 PedSector sector_count = count * fs_info->frag_sectors; local
63 return ped_geometry_write (fs->geom, buf, sector, sector_count);
95 PedSector sector_count = count * fs_info->cluster_sectors; local
101 return ped_geometry_read (fs->geom, buf, sector, sector_count);
116 PedSector sector_count = count * fs_info->cluster_sectors; local
122 return ped_geometry_write (fs->geom, buf, sector, sector_count);
H A Dbootsector.h83 uint32_t sector_count; /* 20: no. of sectors (if sectors == 0) */ member in struct:_FatBootSector
H A Dfat.h95 PedSector sector_count; member in struct:_FatSpecific
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c378 devwrite(unsigned int sector, int sector_count, char *buf) argument
389 sector, sector_count, buf);
396 for (i = 0; i < sector_count; i++)
H A Dbuiltins.c4428 int sector_count = 0;
4443 if (sector_count < 2)
4445 saved_sectors[sector_count] = sector;
4446 saved_offsets[sector_count] = offset;
4447 saved_lengths[sector_count] = length;
4449 sector_count++;
4513 if (sector_count > 2)
4378 int sector_count = 0; local
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h773 PedSector sector_count; member in struct:_HfsPPrivateExtent

Completed in 44 milliseconds