Lines Matching defs:stdsize
197 uint64_t stdsize, maxsize;
215 stdsize = 0;
232 stdsize = DVDRAMSIZE;
235 stdsize = BDRESIZE;
240 stdsize = CDRSIZE;
243 stdsize = DVDRSIZE;
246 stdsize = BDRSIZE;
249 stdsize = CDRWSIZE;
252 stdsize = DVDRWSIZE;
298 if (stdsize) {
300 stdsize = MIN(stdsize, (uint64_t) fsopts->maxsize);
302 stdsize = MAX(stdsize, (uint64_t) fsopts->minsize);
303 fsopts->size = fsopts->minsize = fsopts->maxsize = stdsize;