Searched refs:numBlocksHi (Results 1 – 2 of 2) sorted by relevance
471 u_int numBlocksHi; /* The top 32-bits of the numBlocks member. */ member484 return ((RF_SectorCount_t)cl->numBlocksHi << 32) | in rf_component_label_numblocks()492 cl->numBlocksHi = siz >> 32; in rf_component_label_set_numblocks()
3192 * numBlocksHi may contain garbage, but it is ok since in rf_reasonable_label() 3211 * the newer numBlocksHi region, and this causes lossage. Since those3223 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()