Home
last modified time | relevance | path

Searched refs:tape_check_idalbuffer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/s390/char/
H A Dtape_char.c127 rc = tape_check_idalbuffer(device, block_size); in tapechar_read()
194 rc = tape_check_idalbuffer(device, block_size); in tapechar_write()
H A Dtape.h231 extern int tape_check_idalbuffer(struct tape_device *device, size_t size);
H A Dtape_std.c196 rc = tape_check_idalbuffer(device, count); in tape_std_mtsetblk()
H A Dtape_core.c728 tape_check_idalbuffer(struct tape_device *device, size_t size) in tape_check_idalbuffer() function