Searched refs:mt_result (Results 1 – 2 of 2) sorted by relevance
1001 mtftseg->mt_result = ftape_read_segment(mtftseg->mt_segno, in mtiocrdftseg()1004 if (mtftseg->mt_result < 0) { in mtiocrdftseg()1014 mtftseg->mt_result) != 0) { in mtiocrdftseg()1019 mtftseg->mt_result),); in mtiocrdftseg()1021 mtftseg->mt_result); in mtiocrdftseg()1084 mtftseg->mt_result = ftape_write_segment(mtftseg->mt_segno, in mtiocwrftseg()1087 if (mtftseg->mt_result >= 0 && mtftseg->mt_mode == FT_WR_SINGLE) { in mtiocwrftseg()1094 mtftseg->mt_result = result; in mtiocwrftseg()
206 int mt_result; /* result of r/w request, not of the ioctl */ member