Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dosst.c190 static int osst_flush_write_buffer(struct osst_tape *STp, struct osst_request ** aSRpnt);
1115 osst_flush_write_buffer(STp, aSRpnt); in osst_initiate_read()
2205 result = osst_flush_write_buffer(STp, aSRpnt); in osst_write_filemark()
2233 result = osst_flush_write_buffer(STp, aSRpnt); in osst_write_eod()
2253 if (osst_flush_write_buffer(STp, aSRpnt)) { in osst_write_filler()
2279 if (osst_flush_write_buffer(STp, aSRpnt)) { in __osst_write_header()
3055 static int osst_flush_write_buffer(struct osst_tape *STp, struct osst_request ** aSRpnt) in osst_flush_write_buffer() function
3206 return osst_flush_write_buffer(STp, aSRpnt); in osst_flush_buffer()
4175 ioctl_result = osst_flush_write_buffer(STp, &SRpnt); in osst_int_ioctl()
4839 result = osst_flush_write_buffer(STp, &SRpnt); in os_scsi_tape_flush()