Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dfloppy.c314 #define UDRS (&drive_state[drive]) macro
608 return !current_type[drive] && !ITYPE(UDRS->fd_device); in drive_no_geom()
742 if (time_before(jiffies, UDRS->select_date + UDP->select_delay)) in disk_change()
755 debug_dcl(UDP->flags, "flags=%lx\n", UDRS->flags); in disk_change()
758 return test_bit(FD_DISK_CHANGED_BIT, &UDRS->flags); in disk_change()
760 set_bit(FD_VERIFY_BIT, &UDRS->flags); in disk_change()
763 if (UDRS->maxblock) /* mark it changed */ in disk_change()
764 set_bit(FD_DISK_CHANGED_BIT, &UDRS->flags); in disk_change()
767 if (UDRS->keep_data >= 0) { in disk_change()
777 UDRS->last_checked = jiffies; in disk_change()
[all …]