O_NDELAY
flags |= O_NDELAY;
if (file->f_flags & O_NDELAY)
if (filp->f_flags & O_NDELAY) {
file->f_flags & O_NDELAY);
cmd_in, filp->f_flags & O_NDELAY);
file->f_flags & O_NDELAY);
ret = tty_write_lock(tty, file->f_flags & O_NDELAY);
if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {
if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {
(VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) |
#define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
if (O_NONBLOCK != O_NDELAY)
if (arg & O_NDELAY)
if (O_NONBLOCK != O_NDELAY)
flag |= O_NDELAY;
#define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
#ifndef O_NDELAY
#elif O_NDELAY
fcntl(fd, F_SETFL, O_NDELAY);
O_NDELAY |