O_NDELAY 143 fs/fcntl.c #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | FASYNC | O_DIRECT | O_NOATIME) O_NDELAY 163 fs/fcntl.c if (O_NONBLOCK != O_NDELAY) O_NDELAY 164 fs/fcntl.c if (arg & O_NDELAY) O_NDELAY 380 fs/ioctl.c if (O_NONBLOCK != O_NDELAY) O_NDELAY 381 fs/ioctl.c flag |= O_NDELAY; O_NDELAY 690 fs/xfs/linux-2.6/xfs_ioctl.c if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) O_NDELAY 1213 fs/xfs/linux-2.6/xfs_ioctl.c if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) O_NDELAY 1251 fs/xfs/linux-2.6/xfs_ioctl.c if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) O_NDELAY 166 fs/xfs/xfs_dmapi.h #define FILP_DELAY_FLAG(filp) ((filp->f_flags&(O_NDELAY|O_NONBLOCK)) ? \ O_NDELAY 54 include/asm-generic/fcntl.h #ifndef O_NDELAY O_NDELAY 311 init/do_mounts.c fd = sys_open("/dev/root", O_RDWR | O_NDELAY, 0); O_NDELAY 771 sound/oss/msnd_pinnacle.c dev.play_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; O_NDELAY 777 sound/oss/msnd_pinnacle.c dev.rec_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0;