Home
last modified time | relevance | path

Searched refs:numBlocksHi (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Draidframevar.h471 u_int numBlocksHi; /* The top 32-bits of the numBlocks member. */ member
484 return ((RF_SectorCount_t)cl->numBlocksHi << 32) | in rf_component_label_numblocks()
492 cl->numBlocksHi = siz >> 32; in rf_component_label_set_numblocks()
H A Drf_netbsdkintf.c3192 * numBlocksHi may contain garbage, but it is ok since in rf_reasonable_label()
3211 * the newer numBlocksHi region, and this causes lossage. Since those
3223 if (clabel->numBlocksHi) { in rf_fix_old_label_size()
3225 "numBlocksHi set\n" in rf_fix_old_label_size()
3226 "WARNING: resetting numBlocksHi to zero.\n"); in rf_fix_old_label_size()
3227 clabel->numBlocksHi = 0; in rf_fix_old_label_size()