Symbol: RF_SectorNum_t
sbin/raidctl/rf_configure.c
329
cfgPtr->sectPerSU = (RF_SectorNum_t) aa;
sys/dev/raidframe/raidframevar.h
330
RF_SectorNum_t sectPerSU; /* sectors per stripe unit */
sys/dev/raidframe/raidframevar.h
553
RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/raidframevar.h
559
RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/raidframevar.h
564
RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_aselect.c
133
RF_SectorNum_t numBlocks;
sys/dev/raidframe/rf_chaindecluster.c
127
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_chaindecluster.c
132
RF_SectorNum_t index_within_region, index_within_disk;
sys/dev/raidframe/rf_chaindecluster.c
171
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_chaindecluster.c
176
RF_SectorNum_t index_within_region, index_within_disk;
sys/dev/raidframe/rf_chaindecluster.c
60
RF_SectorNum_t mirrorStripeOffset;
sys/dev/raidframe/rf_chaindecluster.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_chaindecluster.h
46
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_compat50.c
52
RF_SectorNum_t sectPerSU;
sys/dev/raidframe/rf_compat80.c
90
RF_SectorNum_t sectPerSU; /* sectors per stripe unit */
sys/dev/raidframe/rf_cvscan.h
64
RF_SectorNum_t cur_block;
sys/dev/raidframe/rf_dagdegrd.c
712
RF_SectorNum_t suoff, suend;
sys/dev/raidframe/rf_dagdegrd.c
714
RF_SectorNum_t fone_start, fone_end, ftwo_start = 0, ftwo_end = 0;
sys/dev/raidframe/rf_dagdegwr.c
585
RF_SectorNum_t fone_start, ftwo_start = 0;
sys/dev/raidframe/rf_dagutils.c
1033
RF_SectorNum_t soffs = rf_StripeUnitOffset(layoutPtr, src->startSector);
sys/dev/raidframe/rf_dagutils.c
1034
RF_SectorNum_t doffs = rf_StripeUnitOffset(layoutPtr, dest->startSector);
sys/dev/raidframe/rf_dagutils.c
1036
RF_SectorNum_t send = rf_StripeUnitOffset(layoutPtr, src->startSector + src->numSector - 1);
sys/dev/raidframe/rf_dagutils.c
1037
RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1);
sys/dev/raidframe/rf_dagutils.c
1194
RF_SectorNum_t soffs = rf_StripeUnitOffset(layoutPtr, src->startSector);
sys/dev/raidframe/rf_dagutils.c
1195
RF_SectorNum_t doffs = rf_StripeUnitOffset(layoutPtr, dest->startSector);
sys/dev/raidframe/rf_dagutils.c
1196
RF_SectorNum_t send = rf_StripeUnitOffset(layoutPtr, src->startSector + src->numSector - 1); /* use -1 to be sure we
sys/dev/raidframe/rf_dagutils.c
1198
RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1);
sys/dev/raidframe/rf_dagutils.c
1199
RF_SectorNum_t subAddr = rf_RaidAddressOfPrevStripeUnitBoundary(layoutPtr, dest->startSector); /* stripe unit boundary */
sys/dev/raidframe/rf_dagutils.c
987
RF_SectorNum_t sosNumSector, eosNumSector;
sys/dev/raidframe/rf_decluster.c
319
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_decluster.c
377
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_decluster.c
562
RF_SectorNum_t BlockID,
sys/dev/raidframe/rf_decluster.c
82
RF_SectorNum_t diskOffsetOfLastFullTableInSUs;
sys/dev/raidframe/rf_decluster.h
104
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_decluster.h
107
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_decluster.h
129
RF_StripeNum_t TableID, RF_SectorNum_t BlockID, RF_StripeNum_t base_suid,
sys/dev/raidframe/rf_decluster.h
71
RF_SectorNum_t DiskOffsetOfLastFullTableInSUs; /* disk offs of partial
sys/dev/raidframe/rf_decluster.h
84
RF_SectorNum_t DiskOffsetOfLastSpareSpaceChunkInSUs; /* locates sp space
sys/dev/raidframe/rf_declusterPQ.c
279
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_declusterPQ.c
346
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_declusterPQ.c
396
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_declusterPQ.h
40
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_declusterPQ.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_declusterPQ.h
46
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_diskqueue.c
377
rf_CreateDiskQueueData(RF_IoType_t typ, RF_SectorNum_t ssect,
sys/dev/raidframe/rf_diskqueue.h
113
RF_SectorNum_t last_deq_sector; /* last sector number dequeued or
sys/dev/raidframe/rf_diskqueue.h
138
RF_DiskQueueData_t *rf_CreateDiskQueueData(RF_IoType_t, RF_SectorNum_t,
sys/dev/raidframe/rf_diskqueue.h
57
RF_SectorNum_t sectorOffset; /* sector offset into the disk */
sys/dev/raidframe/rf_evenodd.c
159
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_evenodd.c
171
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_evenodd.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_evenodd.h
46
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_evenodd_dagfuncs.c
650
RF_SectorNum_t startSector, endSector;
sys/dev/raidframe/rf_evenodd_dagfuncs.c
830
RF_SectorNum_t sector;
sys/dev/raidframe/rf_evenodd_dagfuncs.c
837
RF_SectorNum_t startSector, endSector;
sys/dev/raidframe/rf_interdecluster.c
150
RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_interdecluster.c
187
RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_interdecluster.c
61
RF_SectorNum_t mirrorStripeOffset;
sys/dev/raidframe/rf_interdecluster.h
44
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_interdecluster.h
47
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_layout.h
103
RF_SectorNum_t startSector; /* sector offset into the disk */
sys/dev/raidframe/rf_map.c
605
RF_SectorNum_t diskOffset, poffset;
sys/dev/raidframe/rf_map.c
654
RF_SectorNum_t diskOffset;
sys/dev/raidframe/rf_map.c
771
RF_SectorNum_t endAddress,
sys/dev/raidframe/rf_map.c
846
RF_SectorNum_t oo = pda_p->startSector;
sys/dev/raidframe/rf_map.h
56
void rf_ASMParityAdjust(RF_Raid_t *, RF_PhysDiskAddr_t *, RF_StripeNum_t, RF_SectorNum_t,
sys/dev/raidframe/rf_netbsdkintf.c
180
dev_t, RF_SectorNum_t, RF_SectorCount_t, void *, void (*) (struct buf *),
sys/dev/raidframe/rf_netbsdkintf.c
2278
RF_SectorNum_t startSect, RF_SectorCount_t numSect, void *bf,
sys/dev/raidframe/rf_paritylog.h
151
RF_SectorNum_t regionStartAddr; /* starting disk address for this
sys/dev/raidframe/rf_paritylog.h
153
RF_SectorNum_t parityStartAddr; /* starting disk address for this
sys/dev/raidframe/rf_paritylogDiskMgr.c
173
RF_SectorNum_t regionOffset;
sys/dev/raidframe/rf_paritylogging.c
687
RF_SectorNum_t address)
sys/dev/raidframe/rf_paritylogging.c
711
RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_paritylogging.c
731
RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_paritylogging.c
752
RF_SectorNum_t regionOffset,
sys/dev/raidframe/rf_paritylogging.c
754
RF_SectorNum_t * startSector)
sys/dev/raidframe/rf_paritylogging.c
768
RF_SectorNum_t * startSector,
sys/dev/raidframe/rf_paritylogging.c
843
RF_SectorNum_t oo = failedPDA->startSector;
sys/dev/raidframe/rf_paritylogging.c
857
RF_SectorNum_t SUoffs = p->startSector % layoutPtr->sectorsPerStripeUnit;
sys/dev/raidframe/rf_paritylogging.h
41
RF_SectorNum_t address);
sys/dev/raidframe/rf_paritylogging.h
44
RF_RowCol_t * col, RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_paritylogging.h
48
RF_RowCol_t * col, RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_paritylogging.h
52
RF_SectorNum_t regionOffset, RF_RowCol_t * col,
sys/dev/raidframe/rf_paritylogging.h
53
RF_SectorNum_t * startSector);
sys/dev/raidframe/rf_paritylogging.h
56
RF_RowCol_t * col, RF_SectorNum_t * startSector,
sys/dev/raidframe/rf_parityscan.c
349
RF_SectorNum_t os = pda->startSector;
sys/dev/raidframe/rf_parityscan.c
74
rf_RewriteParityRange(RF_Raid_t *raidPtr, RF_SectorNum_t sec_begin,
sys/dev/raidframe/rf_parityscan.c
75
RF_SectorNum_t sec_len)
sys/dev/raidframe/rf_parityscan.c
85
RF_SectorNum_t i;
sys/dev/raidframe/rf_parityscan.h
37
int rf_RewriteParityRange(RF_Raid_t *, RF_SectorNum_t, RF_SectorNum_t);
sys/dev/raidframe/rf_pqdegdags.c
129
RF_SectorNum_t suoffset;
sys/dev/raidframe/rf_raid0.c
85
RF_RowCol_t *col, RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_raid0.c
96
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_raid0.h
39
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid0.h
42
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid1.c
104
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_raid1.c
122
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_raid1.c
183
RF_SectorNum_t oo __unused;
sys/dev/raidframe/rf_raid1.h
38
RF_SectorNum_t *, int);
sys/dev/raidframe/rf_raid1.h
40
RF_SectorNum_t *, int);
sys/dev/raidframe/rf_raid4.c
102
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_raid4.c
113
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_raid4.h
41
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid4.h
44
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5.c
119
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_raid5.c
130
RF_RowCol_t *col, RF_SectorNum_t *diskSector,
sys/dev/raidframe/rf_raid5.c
200
RF_SectorNum_t oo = failedPDA->startSector;
sys/dev/raidframe/rf_raid5.c
215
RF_SectorNum_t SUoffs = p->startSector % layoutPtr->sectorsPerStripeUnit;
sys/dev/raidframe/rf_raid5.h
41
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5.h
44
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5_rotatedspare.c
112
RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_raid5_rotatedspare.c
134
RF_SectorNum_t * diskSector,
sys/dev/raidframe/rf_raid5_rotatedspare.h
40
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5_rotatedspare.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_reconmap.c
135
RF_SectorNum_t startSector, RF_SectorNum_t stopSector)
sys/dev/raidframe/rf_reconmap.c
138
RF_SectorNum_t i, first_in_RU, last_in_RU, ru;
sys/dev/raidframe/rf_reconmap.c
292
MakeReconMapListElem(RF_ReconMap_t *mapPtr, RF_SectorNum_t startSector,
sys/dev/raidframe/rf_reconmap.c
293
RF_SectorNum_t stopSector, RF_ReconMapListElem_t *next)
sys/dev/raidframe/rf_reconmap.c
350
rf_CheckRUReconstructed(RF_ReconMap_t *mapPtr, RF_SectorNum_t startSector)
sys/dev/raidframe/rf_reconmap.c
67
MakeReconMapListElem(RF_ReconMap_t *, RF_SectorNum_t, RF_SectorNum_t,
sys/dev/raidframe/rf_reconmap.h
73
RF_SectorNum_t startSector; /* bounding sect nums on this block */
sys/dev/raidframe/rf_reconmap.h
74
RF_SectorNum_t stopSector;
sys/dev/raidframe/rf_reconmap.h
80
void rf_ReconMapUpdate(RF_Raid_t *, RF_ReconMap_t *, RF_SectorNum_t, RF_SectorNum_t);
sys/dev/raidframe/rf_reconmap.h
82
int rf_CheckRUReconstructed(RF_ReconMap_t *, RF_SectorNum_t);
sys/dev/raidframe/rf_reconstruct.c
115
RF_SectorNum_t *, RF_SectorNum_t *, RF_RowCol_t *,
sys/dev/raidframe/rf_reconstruct.c
116
RF_SectorNum_t *);
sys/dev/raidframe/rf_reconstruct.c
1370
RF_RowCol_t col, RF_SectorNum_t *outDiskOffset,
sys/dev/raidframe/rf_reconstruct.c
1371
RF_SectorNum_t *outFailedDiskSectorOffset,
sys/dev/raidframe/rf_reconstruct.c
1372
RF_RowCol_t *spCol, RF_SectorNum_t *spOffset)
sys/dev/raidframe/rf_reconstruct.c
1381
RF_SectorNum_t poffset;
sys/dev/raidframe/rf_reconstruct.c
1765
RF_SectorNum_t offset, fd_offset; /* disk offset, failed-disk
sys/dev/raidframe/rf_reconstruct.h
113
RF_SectorNum_t diskOffset; /* the offset into the indicated disk
sys/dev/raidframe/rf_reconstruct.h
55
RF_SectorNum_t failedDiskSectorOffset; /* the offset into the failed
sys/dev/raidframe/rf_reconstruct.h
67
RF_SectorNum_t spOffset;/* offset into the spare disk */
sys/dev/raidframe/rf_sstf.c
164
closest_to_arm(RF_SstfQ_t *queue, RF_SectorNum_t arm_pos, int *dir, int allow_reverse)
sys/dev/raidframe/rf_sstf.c
166
RF_SectorNum_t best_pos_l = 0, this_pos_l = 0, last_pos = 0;
sys/dev/raidframe/rf_sstf.c
167
RF_SectorNum_t best_pos_r = 0, this_pos_r = 0;
sys/dev/raidframe/rf_sstf.c
66
RF_SectorNum_t,
sys/dev/raidframe/rf_sstf.h
44
RF_SectorNum_t last_sector;