Searched refs:UDRS (Results 1 – 1 of 1) sorted by relevance
315 #define UDRS (&drive_state[drive]) macro609 return !current_type[drive] && !ITYPE(UDRS->fd_device); in drive_no_geom()743 if (time_before(jiffies, UDRS->select_date + UDP->select_delay)) in disk_change()756 debug_dcl(UDP->flags, "flags=%lx\n", UDRS->flags); in disk_change()759 return test_bit(FD_DISK_CHANGED_BIT, &UDRS->flags); in disk_change()761 set_bit(FD_VERIFY_BIT, &UDRS->flags); in disk_change()764 if (UDRS->maxblock) /* mark it changed */ in disk_change()765 set_bit(FD_DISK_CHANGED_BIT, &UDRS->flags); in disk_change()768 if (UDRS->keep_data >= 0) { in disk_change()778 UDRS->last_checked = jiffies; in disk_change()[all …]