Lines Matching defs:sectors
190 unsigned short sectors) {
209 len = min((unsigned int) sectors, (unsigned int) info->blocksize >>
217 while (sectors>0) {
225 // Read as many sectors as possible in this block
227 pages = min((unsigned int) sectors << info->smallpageshift,
295 sectors -= pages >> info->smallpageshift;
309 unsigned short sectors) {
336 len = min((unsigned int) sectors, (unsigned int) info->blocksize >>
344 while (sectors > 0) {
352 // Write as many sectors as possible in this block
354 pages = min((unsigned int) sectors << info->smallpageshift,
503 sectors -= pages >> info->smallpageshift;