OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RF_SectorCount_t
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/sys/dev/raidframe/
rf_reconmap.h
48
RF_SectorCount_t
sectorsPerReconUnit; /* sectors per reconstruct
50
RF_SectorCount_t
sectorsInDisk; /* total sectors in disk */
51
RF_SectorCount_t
unitsLeft; /* recon units left to recon */
78
RF_ReconMap_t *rf_MakeReconMap(RF_Raid_t *,
RF_SectorCount_t
,
79
RF_SectorCount_t
, RF_ReconUnitCount_t);
rf_sstf.h
50
rf_SstfCreate(
RF_SectorCount_t
sect_per_disk,
53
rf_ScanCreate(
RF_SectorCount_t
sect_per_disk,
56
rf_CscanCreate(
RF_SectorCount_t
sect_per_disk,
rf_driver.h
50
RF_RaidAddr_t,
RF_SectorCount_t
,
56
RF_SectorCount_t
, void *, struct buf *,
rf_fifo.h
51
rf_FifoCreate(
RF_SectorCount_t
sectPerDisk,
rf_diskqueue.h
58
RF_SectorCount_t
numSector; /* number of sectors to read/write */
87
void *(*Create) (
RF_SectorCount_t
, RF_AllocListElem_t *, RF_ShutdownList_t **); /* creation routine --
139
RF_SectorCount_t
, void *,
149
RF_SectorCount_t
, dev_t, int,
rf_cvscan.h
74
rf_CvscanCreate(
RF_SectorCount_t
sect_per_disk,
rf_map.h
41
RF_SectorCount_t
, void *, int);
55
void rf_PrintRaidAddressInfo(RF_Raid_t *, RF_RaidAddr_t,
RF_SectorCount_t
);
raidframevar.h
170
typedef RF_uint64
RF_SectorCount_t
;
406
RF_SectorCount_t
numBlocks; /* number of blocks, obtained via READ
408
RF_SectorCount_t
partitionSize; /* The *actual* and *full* size of
480
static __inline
RF_SectorCount_t
484
return ((
RF_SectorCount_t
)cl->numBlocksHi << 32) |
489
rf_component_label_set_numblocks(RF_ComponentLabel_t *cl,
RF_SectorCount_t
siz)
496
static __inline
RF_SectorCount_t
500
return ((
RF_SectorCount_t
)cl->partitionSizeHi << 32) |
506
RF_SectorCount_t
siz)
rf_paritylog.h
150
RF_SectorCount_t
capacity; /* capacity of this region in sectors */
155
RF_SectorCount_t
numSectorsParity; /* number of parity sectors
157
RF_SectorCount_t
diskCount; /* num of sectors written to this
rf_desc.h
69
RF_SectorCount_t
numBlocks; /* number of blocks (sectors) to
rf_layout.h
60
RF_SectorCount_t
sectorsPerStripeUnit; /* number of sectors in one
70
RF_SectorCount_t
dataSectorsPerStripe;
104
RF_SectorCount_t
numSector; /* number of sectors accessed */
120
RF_SectorCount_t
totalSectorsAccessed; /* total num sectors
rf_decluster.h
81
RF_SectorCount_t
SpareSpaceDepthPerRegionInSUs; /* spare
83
RF_SectorCount_t
SpareRegionDepthInSUs; /* # of units/disk/region */
rf_raid.h
108
RF_SectorCount_t
totalSectors; /* total number of sectors in the
110
RF_SectorCount_t
sectorsPerDisk; /* number of sectors on each
290
RF_SectorCount_t
regionLogCapacity;
rf_paritylogging.h
57
RF_SectorCount_t
* numSector);
rf_reconmap.c
82
rf_MakeReconMap(RF_Raid_t *raidPtr,
RF_SectorCount_t
ru_sectors,
83
RF_SectorCount_t
disk_sectors,
137
RF_SectorCount_t
sectorsPerReconUnit = mapPtr->sectorsPerReconUnit;
249
RF_SectorCount_t
sectorsPerReconUnit = mapPtr->sectorsPerReconUnit;
rf_compat50.c
69
RF_SectorCount_t
numBlocks;
71
RF_SectorCount_t
partitionSize;
rf_pqdegdags.c
128
RF_SectorCount_t
s0len = ppda->numSector, len;
196
RF_SectorCount_t
secPerSU = layoutPtr->sectorsPerStripeUnit;
401
RF_SectorCount_t
sectorsPerSU = layoutPtr->sectorsPerStripeUnit;
rf_fifo.c
56
rf_FifoCreate(
RF_SectorCount_t
sectPerDisk, RF_AllocListElem_t *clList,
rf_compat80.c
61
RF_SectorCount_t
numBlocks; /* number of blocks, obtained via READ
64
RF_SectorCount_t
partitionSize; /* The *actual* and *full* size of
rf_diskqueue.c
170
RF_SectorCount_t
sectPerDisk, dev_t dev,
378
RF_SectorCount_t
nsect, void *bf,
rf_sstf.c
243
RF_SectorCount_t
sect_per_disk,
257
RF_SectorCount_t
sect_per_disk,
271
RF_SectorCount_t
sect_per_disk,
rf_disks.c
114
RF_SectorCount_t
min_numblks = (
RF_SectorCount_t
) 0x7FFFFFFFFFFFLL;
365
RF_SectorCount_t
min_numblks = (
RF_SectorCount_t
) 0x7FFFFFFFFFFFLL;
rf_driver.c
580
RF_RaidAddr_t raidAddress,
RF_SectorCount_t
numBlocks,
675
rf_DoAccess(RF_Raid_t * raidPtr, RF_IoType_t type, RF_RaidAddr_t raidAddress,
RF_SectorCount_t
numBlocks,
rf_paritylogging.c
80
RF_SectorCount_t
totalLogCapacity, fragmentation, lastRegionCapacity;
81
RF_SectorCount_t
parityBufferCapacity, maxRegionParityRange;
769
RF_SectorCount_t
* numSector)
rf_reconstruct.c
981
RF_SectorCount_t
sectorsPerRU;
1181
RF_SectorCount_t
sectorsPerRU = layoutPtr->sectorsPerStripeUnit * layoutPtr->SUsPerRU;
1256
RF_SectorCount_t
sectorsPerRU = raidPtr->Layout.sectorsPerStripeUnit * raidPtr->Layout.SUsPerRU;
1478
RF_SectorCount_t
sectorsPerRU = layoutPtr->sectorsPerStripeUnit * layoutPtr->SUsPerRU;
1761
RF_SectorCount_t
sectorsPerRU = raidPtr->Layout.sectorsPerStripeUnit * raidPtr->Layout.SUsPerRU; /* num sects in one RU */
Completed in 30 milliseconds
1
2
Indexes created Sun Oct 12 22:09:51 GMT 2025