Searched refs:O_NDELAY (Results 1 – 17 of 17) sorted by relevance
12 #define O_NDELAY 0x0004 macro14 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
87 #ifndef O_NDELAY88 #define O_NDELAY O_NONBLOCK macro
146 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)166 if (O_NONBLOCK != O_NDELAY) in setfl()167 if (arg & O_NDELAY) in setfl()
479 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()480 flag |= O_NDELAY; in ioctl_fionbio()
1437 if (filp->f_flags & O_NDELAY) in blkdev_open()1561 if (file->f_flags & O_NDELAY) in block_ioctl()
226 if (filp->f_flags & O_NDELAY) { in aoechr_read()
32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
41 * Also, O_NDELAY on open will allow the device to be
625 if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) in xfs_ioc_space()1168 if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) in xfs_ioc_fssetxattr()1206 if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) in xfs_ioc_setxflags()
453 fd = sys_open("/dev/root", O_RDWR | O_NDELAY, 0); in change_floppy()
594 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()706 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
780 dev.play_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()786 dev.rec_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()
670 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
1016 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in do_tty_write()
1246 (filp->f_flags & O_NDELAY)) { in et61x251_open()
1803 (filp->f_flags & O_NDELAY)) { in sn9c102_open()
3337 file->f_flags & O_NDELAY); in st_ioctl()