Lines Matching refs:ceil_quot
167 ceil_quot(unsigned int d1, unsigned int d2) in ceil_quot() function
181 return 1499 / (15 + 7 + ceil_quot(kl + 12, 32) + in recs_per_track()
182 ceil_quot(dl + 12, 32)); in recs_per_track()
184 return 1499 / (15 + ceil_quot(dl + 12, 32)); in recs_per_track()
186 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
188 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()
189 return 1729 / (10 + 9 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()
190 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
192 return 1729 / (10 + 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
194 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
196 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()
197 return 1420 / (18 + 7 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()
198 ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
200 return 1420 / (18 + 7 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
411 dn = ceil_quot(reclen + 6, 232); in locate_record_ext()
412 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in locate_record_ext()
416 d = 7 + ceil_quot(reclen + 12, 32); in locate_record_ext()
627 dn = ceil_quot(reclen + 6, 232); in locate_record()
628 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in locate_record()
632 d = 7 + ceil_quot(reclen + 12, 32); in locate_record()
4453 dn = ceil_quot(blksize + 6, 232); in prepare_itcw()
4454 d = 9 + ceil_quot(blksize + 6 * (dn + 1), 34); in prepare_itcw()
4458 d = 7 + ceil_quot(blksize + 12, 32); in prepare_itcw()