Searched refs:O_NDELAY (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h13 #define O_NDELAY 0x0004 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/linux-master/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c55 #elif O_NDELAY
/linux-master/drivers/block/aoe/
H A Daoechr.c239 if (filp->f_flags & O_NDELAY) {
/linux-master/fs/
H A Dfcntl.c36 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
56 if (O_NONBLOCK != O_NDELAY)
57 if (arg & O_NDELAY)
1039 * Exceptions: O_NONBLOCK is a two bit define on parisc; O_NDELAY
1044 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) |
H A Dioctl.c353 if (O_NONBLOCK != O_NDELAY)
354 flag |= O_NDELAY;
/linux-master/tools/testing/selftests/net/
H A Dtcp_mmap.c190 fcntl(fd, F_SETFL, O_NDELAY);
/linux-master/fs/overlayfs/
H A Dfile.c66 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
/linux-master/drivers/usb/gadget/function/
H A Df_printer.c488 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {
607 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {
/linux-master/block/
H A Dfops.c588 if (file->f_flags & O_NDELAY)
H A Dbdev.c960 flags |= O_NDELAY;
/linux-master/drivers/scsi/
H A Dch.c641 file->f_flags & O_NDELAY);
H A Dsg.c1145 cmd_in, filp->f_flags & O_NDELAY);
H A Dst.c3547 file->f_flags & O_NDELAY);
/linux-master/drivers/tty/
H A Dtty_io.c973 ret = tty_write_lock(tty, file->f_flags & O_NDELAY);

Completed in 275 milliseconds