Lines Matching refs:ceil_quot
164 ceil_quot(unsigned int d1, unsigned int d2) in ceil_quot() function
178 return 1499 / (15 + 7 + ceil_quot(kl + 12, 32) + in recs_per_track()
179 ceil_quot(dl + 12, 32)); in recs_per_track()
181 return 1499 / (15 + ceil_quot(dl + 12, 32)); in recs_per_track()
183 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
185 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()
186 return 1729 / (10 + 9 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()
187 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
189 return 1729 / (10 + 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
191 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
193 kn = ceil_quot(kl + 6, 232) + 1; in recs_per_track()
194 return 1420 / (18 + 7 + ceil_quot(kl + 6 * kn, 34) + in recs_per_track()
195 ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
197 return 1420 / (18 + 7 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
360 dn = ceil_quot(reclen + 6, 232); in fill_LRE_data()
361 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in fill_LRE_data()
365 d = 7 + ceil_quot(reclen + 12, 32); in fill_LRE_data()
654 dn = ceil_quot(reclen + 6, 232); in locate_record()
655 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in locate_record()
659 d = 7 + ceil_quot(reclen + 12, 32); in locate_record()
3070 dn = ceil_quot(blksize + 6, 232); in prepare_itcw()
3071 d = 9 + ceil_quot(blksize + 6 * (dn + 1), 34); in prepare_itcw()
3075 d = 7 + ceil_quot(blksize + 12, 32); in prepare_itcw()