Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-ctl.c1001 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()
/linux-2.4.37.9/include/linux/
Dmtio.h206 int mt_result; /* result of r/w request, not of the ioctl */ member