Searched refs:CDO_USE_FFLAGS (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/cdrom/
H A Dcdrom-standard.tex601 CDO_USE_FFLAGS& use $file_pointer\rightarrow f_flags$ to indicate
609 CDO_USE_FFLAGS \mathrel| CDO_LOCK$, reflecting my own view on user
619 One option needs some more explanation: $CDO_USE_FFLAGS$. In the next
713 CDO_USE_FFLAGS)$.
722 \item[$CDO_AUTO_CLOSE \mathrel| CDO_USE_FFLAGS \mathrel| CDO_LOCK$] This
/linux-4.4.14/drivers/cdrom/
H A Dcdrom.c614 cdi->options = CDO_USE_FFLAGS; register_cdrom()
1163 if ((mode & FMODE_NDELAY) && (cdi->options & CDO_USE_FFLAGS)) { cdrom_open()
1276 opened_for_data = !(cdi->options & CDO_USE_FFLAGS) || cdrom_release()
2385 case CDO_USE_FFLAGS: cdrom_ioctl_set_options()
/linux-4.4.14/include/uapi/linux/
H A Dcdrom.h413 #define CDO_USE_FFLAGS 0x4 /* use O_NONBLOCK information on open */ macro

Completed in 161 milliseconds