Home
last modified time | relevance | path

Searched refs:first_read_date (Results 1 – 2 of 2) sorted by path

/linux/drivers/block/
H A Dfloppy.c945 delta = jiffies - drive_state[drive].first_read_date + HZ - in floppy_off()
1912 drive_state[current_drive].first_read_date = 0; in start_motor()
2333 if (!drive_state[current_drive].first_read_date) in rw_interrupt()
2334 drive_state[current_drive].first_read_date = jiffies; in rw_interrupt()
3614 compat_ulong_t first_read_date; member
3797 v.first_read_date = drive_state[drive].first_read_date; in compat_getdrvstat()
/linux/include/uapi/linux/
H A Dfd.h215 unsigned long first_read_date; member