Searched refs:maxsecs (Results 1 – 2 of 2) sorted by relevance
154 int maxsecs; in readsects() local160 maxsecs = num; in readsects()164 maxsecs = DISKBUFSIZE / d->secsize; in readsects()167 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) { in readsects()171 dblk, (dblk + maxsecs - 1)); in readsects()
253 int maxsecs; in readsects() local259 maxsecs = num; in readsects()263 maxsecs = DISKBUFSIZE / d->secsize; in readsects()266 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) { in readsects()270 dblk, (dblk + maxsecs - 1)); in readsects()