Searched defs:_disk_conditioner_info_t (Results 1 – 1 of 1) sorted by relevance
64 struct _disk_conditioner_info_t { struct65 disk_conditioner_info dcinfo; // all the original data from fsctl66 struct saved_mount_fields mnt_fields; // fields to restore in mount_t when conditioner is disabled68 daddr64_t last_blkno; // approx. last transfered block for simulating seek times69 struct timeval last_io_timestamp; // the last time an I/O completed