Searched refs:first_read_date (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 156 milliseconds