Lines Matching refs:ceil_quot
165 ceil_quot(unsigned int d1, unsigned int d2) in ceil_quot() function
179 return 1499 / (15 + 7 + ceil_quot(kl + 12, 32) + in recs_per_track()
180 ceil_quot(dl + 12, 32)); in recs_per_track()
182 return 1499 / (15 + ceil_quot(dl + 12, 32)); in recs_per_track()
184 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
186 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()
187 return 1729 / (10 + 9 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()
188 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
190 return 1729 / (10 + 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
192 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
194 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()
195 return 1420 / (18 + 7 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()
196 ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
198 return 1420 / (18 + 7 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
409 dn = ceil_quot(reclen + 6, 232); in locate_record_ext()
410 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in locate_record_ext()
414 d = 7 + ceil_quot(reclen + 12, 32); in locate_record_ext()
625 dn = ceil_quot(reclen + 6, 232); in locate_record()
626 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in locate_record()
630 d = 7 + ceil_quot(reclen + 12, 32); in locate_record()
4425 dn = ceil_quot(blksize + 6, 232); in prepare_itcw()
4426 d = 9 + ceil_quot(blksize + 6 * (dn + 1), 34); in prepare_itcw()
4430 d = 7 + ceil_quot(blksize + 12, 32); in prepare_itcw()