Searched refs:osst_flush_buffer (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | osst.c | 3185 static int osst_flush_buffer(struct osst_tape * STp, struct osst_request ** aSRpnt, int seek_next) in osst_flush_buffer() function 3461 retval = osst_flush_buffer(STp, &SRpnt, 0); in osst_write() 3749 retval = osst_flush_buffer(STp, &SRpnt, 0); in osst_read() 4864 result = osst_flush_buffer(STp, &SRpnt, 0); /* this is the default path */ in os_scsi_tape_flush() 5038 i = osst_flush_buffer(STp, &SRpnt, i); in osst_ioctl() 5174 if ((i = osst_flush_buffer(STp, &SRpnt, 0)) < 0) { in osst_ioctl()
|