Home | History | Annotate | Download | only in block

Lines Matching refs:total_sectors

177     bs->total_sectors = header.size / 512;
318 if ((sector_num + nb_sectors) <= bs->total_sectors)
320 if (sector_num >= bs->total_sectors)
323 n1 = bs->total_sectors - sector_num;
1125 if (offset < bs->total_sectors * 512) {