Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dcdrom.h413 #define CDO_USE_FFLAGS 0x4 /* use O_NONBLOCK information on open */ macro
/linux-4.1.27/drivers/cdrom/
Dcdrom.c614 cdi->options = CDO_USE_FFLAGS; in register_cdrom()
1162 if ((mode & FMODE_NDELAY) && (cdi->options & CDO_USE_FFLAGS)) { in cdrom_open()
1275 opened_for_data = !(cdi->options & CDO_USE_FFLAGS) || in cdrom_release()
2384 case CDO_USE_FFLAGS: in cdrom_ioctl_set_options()
/linux-4.1.27/Documentation/cdrom/
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.1.27/Documentation/ioctl/
Dcdrom.txt605 CDO_USE_FFLAGS use O_NONBLOCK information on open