OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalSectors
(Results
1 - 21
of
21
) sorted by relevancy
/src/sys/dev/raidframe/
rf_raid0.c
75
raidPtr->
totalSectors
= layoutPtr->stripeUnitsPerDisk * raidPtr->numCol * layoutPtr->sectorsPerStripeUnit;
rf_raid4.c
83
raidPtr->
totalSectors
= layoutPtr->stripeUnitsPerDisk * layoutPtr->numDataCol * layoutPtr->sectorsPerStripeUnit;
rf_raid5_rotatedspare.c
96
raidPtr->
totalSectors
= layoutPtr->stripeUnitsPerDisk * layoutPtr->numDataCol * layoutPtr->sectorsPerStripeUnit;
rf_raid.h
108
RF_SectorCount_t
totalSectors
; /* total number of sectors in the
rf_chaindecluster.c
103
raidPtr->
totalSectors
=
rf_interdecluster.c
114
raidPtr->
totalSectors
=
rf_raid5.c
92
raidPtr->
totalSectors
= layoutPtr->stripeUnitsPerDisk * layoutPtr->numDataCol * layoutPtr->sectorsPerStripeUnit;
rf_declusterPQ.c
253
raidPtr->
totalSectors
= (k * complete_FT_count + /* raidPtr->numRow */ 1 * info->ExtraTablesPerDisk) *
255
layoutPtr->numStripe = (raidPtr->
totalSectors
/ layoutPtr->sectorsPerStripeUnit) / (k - 2);
rf_decluster.c
275
raidPtr->
totalSectors
= (k * complete_FT_count + info->ExtraTablesPerDisk) *
277
layoutPtr->numStripe = (raidPtr->
totalSectors
/ layoutPtr->sectorsPerStripeUnit) / (k - 1);
rf_paritymap.c
523
if (reg_e > pm->raid->
totalSectors
)
524
reg_e = pm->raid->
totalSectors
;
rf_driver.c
460
raidPtr->
totalSectors
,
461
(raidPtr->
totalSectors
/ 1024 *
rf_parityscan.c
70
return rf_RewriteParityRange(raidPtr, 0, raidPtr->
totalSectors
);
rf_raid1.c
92
raidPtr->
totalSectors
= layoutPtr->stripeUnitsPerDisk * (raidPtr->numCol / 2) * layoutPtr->sectorsPerStripeUnit;
rf_evenodd.c
115
raidPtr->
totalSectors
= layoutPtr->stripeUnitsPerDisk * layoutPtr->numDataCol * layoutPtr->sectorsPerStripeUnit;
rf_map.c
118
if (raidAddress + numBlocks > raidPtr->
totalSectors
) {
rf_paritylogging.c
135
raidPtr->
totalSectors
= layoutPtr->stripeUnitsPerDisk *
rf_netbsdkintf.c
1759
*(int *) data = raidPtr->
totalSectors
;
1975
rs->sc_size = raidPtr->
totalSectors
;
2095
if ((sum > raidPtr->
totalSectors
) || (sum < raid_addr)
3833
dg->dg_secperunit = raidPtr->
totalSectors
;
/src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c
689
0, diskStructure->
totalSectors
*
716
apm32 = htobe32(diskStructure->
totalSectors
*
746
total_parts, 0, diskStructure->
totalSectors
*
cd9660_write.c
125
diskStructure->
totalSectors
- 1, buf, 1);
/src/usr.sbin/makefs/
cd9660.h
259
int64_t
totalSectors
;
cd9660.c
608
diskStructure->
totalSectors
= diskStructure->dataFirstSector +
614
diskStructure->
totalSectors
;
615
diskStructure->
totalSectors
+=
625
/* diskStructure->
totalSectors
+=150; */
636
PRId64 "\n", __func__, diskStructure->
totalSectors
);
644
diskStructure->
totalSectors
+= 150;
677
cd9660_bothendian_dword(diskStructure->
totalSectors
,
Completed in 25 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025