Searched refs:cluster_count (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtable.c34 ft->cluster_count = ft->free_cluster_count = size - 2;
66 dup_ft->cluster_count = ft->cluster_count;
84 ft->free_cluster_count = ft->cluster_count;
94 ft->cluster_count = new_cluster_count;
103 PED_ASSERT (ft->cluster_count + 2 <= ft->size, return 0);
108 for (i=2; i < ft->cluster_count + 2; i++) {
145 ft->cluster_count = fs_info->cluster_count;
189 if (a->cluster_count !
[all...]
H A Dcalc.c121 total_space = fs_info->fat->cluster_count * fs_info->cluster_sectors;
182 FatCluster cluster_count; local
200 cluster_count = cluster_space / cluster_sectors;
201 fat_space = ped_div_round_up (cluster_count + 2,
206 cluster_count = cluster_space / cluster_sectors;
211 if (fat_space < ped_div_round_up (cluster_count + 2,
213 fat_space = ped_div_round_up (cluster_count + 2,
217 if (cluster_count > fat_max_cluster_count (fat_type)
218 || cluster_count < fat_min_cluster_count (fat_type))
221 *out_cluster_count = cluster_count;
[all...]
H A Dfat.c65 fs_info->cluster_info = ped_malloc (fs_info->cluster_count + 2);
107 fs_info->frag_count = fs_info->cluster_count * fs_info->cluster_frags;
306 &fs_info->cluster_count,
327 if (fs_info->cluster_count
329 fs_info->cluster_count
364 fat_table_set_cluster_count (fs_info->fat, fs_info->cluster_count);
499 FatCluster cluster_count; local
512 &cluster_count,
524 || cluster_count != fs_info->cluster_count
[all...]
H A Dcount.c163 if (clst >= fs_info->fat->cluster_count + 2) {
302 for (cluster = 2; cluster < fs_info->cluster_count + 2; cluster++) {
320 memset (fs_info->cluster_info, 0, fs_info->fat->cluster_count + 2);
374 PED_ASSERT (cluster >= 2 && cluster < fs_info->cluster_count + 2,
H A Dbootsector.c100 FatCluster cluster_count; local
112 cluster_count = (geom->length - first_cluster_sector)
114 if (cluster_count > MAX_FAT12_CLUSTERS)
274 fs_info->cluster_count
279 if (fs_info->cluster_count + 2
281 fs_info->cluster_count
H A Dfatio.c98 && cluster + count - 1 < fs_info->cluster_count + 2,
119 && cluster + count - 1 < fs_info->cluster_count + 2,
H A Dtable.h33 FatCluster cluster_count; member in struct:_FatTable
H A Dresize.c225 FatCluster cluster_count; local
229 cluster_count = ped_div_round_up (
233 for (i = 0; i < cluster_count; i++) {
404 new_fs_info->cluster_count))
444 for (old_cluster=2; old_cluster < old_fs_info->cluster_count+2;
683 new_fs_info->cluster_count = new_cluster_count;
H A Dfat.h102 FatCluster cluster_count; member in struct:_FatSpecific
H A Dcontext.c218 new_fs_info->cluster_count))
H A Dtraverse.c98 || trav_info->this_buffer >= fs_info->cluster_count + 2) {
H A Dclstdup.c34 PED_ASSERT (cluster >= 2 && cluster < old_fs_info->cluster_count + 2,
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1665 long long cluster_count; /* I'll need this variable (see below). +mabs */ local
1775 cluster_count = 0LL;
1789 cluster_count++;
1829 cluster_count++;
1841 * cluster_count * vol->cluster_size == data->size_alloc THEN file
1852 cluster_count * (long long)vol->cluster_size == d->size_alloc) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c72 grub_uint32_t cluster_count; member in struct:grub_exfat_bpb
324 data->num_clusters = (grub_le_to_cpu32 (bpb.cluster_count)

Completed in 65 milliseconds