Searched refs:mtvolinfo (Results 1 – 2 of 2) sorted by relevance
184 struct mtvolinfo { struct301 #define MTIOCVOLINFO _IOR('m', 8, struct mtvolinfo) /* info about volume */
1105 static int mtiocvolinfo(struct mtvolinfo *volinfo, int arg_size) in mtiocvolinfo()1111 if (arg_size != sizeof(struct mtvolinfo)) { in mtiocvolinfo()1403 struct mtvolinfo mtvolinfo; in _zft_ioctl() member1451 result = mtiocvolinfo(&krnl_arg.mtvolinfo, arg_size); in _zft_ioctl()