Home
last modified time | relevance | path

Searched refs:first_read_date (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfd.h211 unsigned long first_read_date; member
/linux-4.4.14/block/
Dcompat_ioctl.c238 compat_ulong_t first_read_date; member
467 err |= __put_user(f->first_read_date, &uf->first_read_date); in compat_fd_ioctl()
/linux-4.4.14/drivers/block/
Dfloppy.c922 delta = jiffies - UDRS->first_read_date + HZ - in floppy_off()
1866 DRS->first_read_date = 0; in start_motor()
2286 if (!DRS->first_read_date) in rw_interrupt()
2287 DRS->first_read_date = jiffies; in rw_interrupt()