Home
last modified time | relevance | path

Searched refs:ftape_calc_next_cluster (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-rw.h99 extern int ftape_calc_next_cluster(buffer_struct * buff);
Dftape-format.c317 ftape_calc_next_cluster(head); in ftape_verify_segment()
Dftape-write.c111 ftape_calc_next_cluster(head); /* prepare */ in ftape_start_writing()
Dfdc-isr.c475 } 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()
Dftape-read.c318 ftape_calc_next_cluster(head); in ftape_read_segment_fraction()
Dftape-rw.c231 int ftape_calc_next_cluster(buffer_struct * buff) in ftape_calc_next_cluster() function