Searched refs:CDO_LOCK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/cdrom/
H A Dcdrom.c623 cdi->options |= (int) CDO_LOCK;
1121 if (CDROM_CAN(CDC_LOCK) && (cdi->options & CDO_LOCK)) {
1135 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) {
1186 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) {
2385 case CDO_LOCK:
3578 cdi->options |= CDO_LOCK;
3580 cdi->options &= ~CDO_LOCK;
/linux-master/include/uapi/linux/
H A Dcdrom.h437 #define CDO_LOCK 0x8 /* lock tray on open files */ macro

Completed in 91 milliseconds