+ /* Cached values of the IO constraints for the device */
+ u_int32_t mnt_maxreadcnt; /* Max. byte count for read */
+ u_int32_t mnt_maxwritecnt; /* Max. byte count for write */
+ u_int16_t mnt_segreadcnt; /* Max. segment count for read */
+ u_int16_t mnt_segwritecnt; /* Max. segment count for write */