Searched refs:ftape_calc_next_cluster (Results 1 – 6 of 6) sorted by relevance
99 extern int ftape_calc_next_cluster(buffer_struct * buff);
317 ftape_calc_next_cluster(head); in ftape_verify_segment()
111 ftape_calc_next_cluster(head); /* prepare */ in ftape_start_writing()
475 } else if (buff->remaining > 0 && ftape_calc_next_cluster(buff) > 0) { in continue_xfer()541 if (ftape_calc_next_cluster(buff) == 0 || in continue_xfer()
318 ftape_calc_next_cluster(head); in ftape_read_segment_fraction()
231 int ftape_calc_next_cluster(buffer_struct * buff) in ftape_calc_next_cluster() function