Searched refs:CDO_LOCK (Results 1 – 4 of 4) sorted by relevance
632 cdi->options |= (int) CDO_LOCK; in register_cdrom()1136 if (CDROM_CAN(CDC_LOCK) && (cdi->options & CDO_LOCK)) { in open_for_data()1150 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { in open_for_data()1201 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { in cdrom_open()2401 case CDO_LOCK: in cdrom_ioctl_set_options()3612 cdi->options |= CDO_LOCK; in cdrom_update_settings()3614 cdi->options &= ~CDO_LOCK; in cdrom_update_settings()
437 #define CDO_LOCK 0x8 /* lock tray on open files */ macro
590 CDO_LOCK /* try to lock door if device is opened */594 `CDO_AUTO_CLOSE | CDO_USE_FFLAGS | CDO_LOCK`, reflecting my own view on user713 `CDO_AUTO_CLOSE | CDO_USE_FFLAGS | CDO_LOCK`724 `CDO_AUTO_CLOSE | CDO_AUTO_EJECT | CDO_LOCK`
774 CDO_LOCK lock tray on open files
Completed in 16 milliseconds