Home
last modified time | relevance | path

Searched defs:mtftseg (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmtio.h202 struct mtftseg struct
204 unsigned mt_segno; /* the segment to read or write */
205 unsigned mt_mode; /* modes for read/write (sync/async etc.) */
206 int mt_result; /* result of r/w request, not of the ioctl */
207 void *mt_data; /* User space buffer: must be 29kb */
/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-ctl.c971 static int mtiocrdftseg(struct mtftseg * mtftseg, int arg_size) in mtiocrdftseg()
1034 static int mtiocwrftseg(struct mtftseg * mtftseg, int arg_size) in mtiocwrftseg()
1400 struct mtftseg mtftseg; in _zft_ioctl() member