Home
last modified time | relevance | path

Searched refs:FASYNC (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/fs/
Dioctl.c87 flag = on ? FASYNC : 0; in sys_ioctl()
90 if ((flag ^ filp->f_flags) & FASYNC) { in sys_ioctl()
99 filp->f_flags |= FASYNC; in sys_ioctl()
101 filp->f_flags &= ~FASYNC; in sys_ioctl()
Dfcntl.c203 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | FASYNC | O_DIRECT)
218 if ((arg ^ filp->f_flags) & FASYNC) { in setfl()
220 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
/linux-2.4.37.9/include/asm-s390x/
Dfcntl.h25 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-ia64/
Dfcntl.h26 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-x86_64/
Dfcntl.h18 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-alpha/
Dfcntl.h19 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-s390/
Dfcntl.h25 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-sh/
Dfcntl.h18 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-sh64/
Dfcntl.h18 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-arm/
Dfcntl.h18 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-i386/
Dfcntl.h18 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-m68k/
Dfcntl.h18 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-cris/
Dfcntl.h20 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-sparc/
Dfcntl.h12 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-parisc/
Dfcntl.h23 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-ppc/
Dfcntl.h18 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-ppc64/
Dfcntl.h25 #define FASYNC 020000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-mips/
Dfcntl.h24 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h13 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h24 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
/linux-2.4.37.9/drivers/hil/
Dhp_sdc_rtc.c426 if (file->f_flags & FASYNC) { in hp_sdc_rtc_release()
/linux-2.4.37.9/drivers/char/
Drtc.c648 if (file->f_flags & FASYNC) { in rtc_release()