OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numBlocks
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/dev/raidframe/
rf_disks.c
151
if (disks[c].
numBlocks
< min_numblks)
152
min_numblks = disks[c].
numBlocks
;
153
DPRINTF6("Disk at col %d: dev %s
numBlocks
%" PRIu64 " blockSize %d (%ld MB)\n",
155
disks[c].
numBlocks
,
157
(long int) disks[c].
numBlocks
*
210
if (disks[c].
numBlocks
!= min_numblks) {
213
disks[c].
numBlocks
= min_numblks;
263
DPRINTF6("Spare Disk %d: dev %s
numBlocks
%" PRIu64 " blockSize %d (%ld MB)\n", i,
265
disks[i].
numBlocks
, disks[i].blockSize,
266
(long int) disks[i].
numBlocks
*
[
all
...]
rf_desc.h
69
RF_SectorCount_t
numBlocks
; /* number of blocks (sectors) to
rf_driver.c
580
RF_RaidAddr_t raidAddress, RF_SectorCount_t
numBlocks
,
606
desc->
numBlocks
=
numBlocks
;
675
rf_DoAccess(RF_Raid_t * raidPtr, RF_IoType_t type, RF_RaidAddr_t raidAddress, RF_SectorCount_t
numBlocks
,
688
(int) rf_RaidAddressToByte(raidPtr,
numBlocks
));
689
printf("raid%d: %s raidAddr %d (stripeid %d-%d)
numBlocks
%d (%d bytes) buf 0x%lx\n", raidPtr->raidid,
692
(int) rf_RaidAddressToStripeID(&raidPtr->Layout, raidAddress +
numBlocks
- 1),
693
(int)
numBlocks
,
694
(int) rf_RaidAddressToByte(raidPtr,
numBlocks
),
700
numBlocks
, lbufPtr, bp, flags, raidPtr->Layout.map->states)
[
all
...]
rf_aselect.c
133
RF_SectorNum_t
numBlocks
;
227
numBlocks
= physPtr->numSector;
228
numBlockDags +=
numBlocks
;
232
for (k = 0; k <
numBlocks
; k++) {
466
numBlocks
= physPtr->numSector;
470
for (k = 0; k <
numBlocks
; k++) {
rf_compat50.c
69
RF_SectorCount_t
numBlocks
;
93
d50->
numBlocks
= d->
numBlocks
;
rf_compat80.c
61
RF_SectorCount_t
numBlocks
; /* number of blocks, obtained via READ
151
disk80->
numBlocks
= disk->
numBlocks
;
rf_map.c
70
* This routine returns NULL if
numBlocks
is 0
73
*
numBlocks
- number of blocks in RAID address space to access
80
RF_SectorCount_t
numBlocks
, void *buffer, int remap)
88
RF_RaidAddr_t endAddress = raidAddress +
numBlocks
;
104
lastRaidAddr = raidAddress +
numBlocks
- 1;
118
if (raidAddress +
numBlocks
> raidPtr->totalSectors) {
125
rf_PrintRaidAddressInfo(raidPtr, raidAddress,
numBlocks
);
749
RF_SectorCount_t
numBlocks
)
755
for (ra = sosAddr; ra <= raidAddr +
numBlocks
; ra += layoutPtr->sectorsPerStripeUnit) {
rf_states.c
203
(long) desc->raidAddress, (int) desc->
numBlocks
,
204
(int) desc->
numBlocks
,
225
desc->raidAddress, desc->
numBlocks
);
347
if (!(desc->asmap = rf_MapAccess(raidPtr, desc->raidAddress, desc->
numBlocks
,
raidframevar.h
406
RF_SectorCount_t
numBlocks
; /* number of blocks, obtained via READ
471
u_int numBlocksHi; /* The top 32-bits of the
numBlocks
member. */
rf_reconstruct.c
481
raidPtr->Disks[col].
numBlocks
= numsec - rf_protectedSectors;
491
raidPtr->Disks[col].
numBlocks
= raidPtr->Disks[col].
numBlocks
*
rf_netbsdkintf.c
3244
uint64_t
numBlocks
;
3250
numBlocks
= rf_component_label_numblocks(clabel);
3262
printf(" RAID Level: %c blocksize: %d
numBlocks
: %"PRIu64"\n",
3263
(char) clabel->parityConfig, clabel->blockSize,
numBlocks
);
3779
diskPtr->
numBlocks
= numsecs - rf_protectedSectors;
rf_dagutils.c
1414
(disks[colData].
numBlocks
/ 2)) {
/src/sbin/dump/
rcache.c
276
daddr_t
numBlocks
= howmany(size, dev_bsize);
356
numBlocks
-= howmany(toCopy, dev_bsize);
383
if (
numBlocks
> nblksread || blkno >= ufsib->ufs_dsize) {
/src/sys/dev/ic/
mfireg.h
1876
uint32_t
numBlocks
;
Completed in 25 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025