Searched refs:CDO_USE_FFLAGS (Results 1 – 4 of 4) sorted by relevance
436 #define CDO_USE_FFLAGS 0x4 /* use O_NONBLOCK information on open */ macro
579 CDO_USE_FFLAGS /* use file_pointer->f_flags to indicate purpose for open() */584 `CDO_AUTO_CLOSE | CDO_USE_FFLAGS | CDO_LOCK`, reflecting my own view on user592 One option needs some more explanation: *CDO_USE_FFLAGS*. In the next693 *ioctl(file_descriptor, CDROM_CLEAR_OPTIONS, CDO_USE_FFLAGS)*.703 `CDO_AUTO_CLOSE | CDO_USE_FFLAGS | CDO_LOCK`
615 cdi->options = CDO_USE_FFLAGS; in register_cdrom()1159 if ((mode & BLK_OPEN_NDELAY) && (cdi->options & CDO_USE_FFLAGS)) { in cdrom_open()2382 case CDO_USE_FFLAGS: in cdrom_ioctl_set_options()
779 CDO_USE_FFLAGS use O_NONBLOCK information on open