Searched defs:mtftseg (Results 1 – 2 of 2) sorted by relevance
202 struct mtftseg struct204 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 */
971 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