Searched refs:FASYNC (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h6 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/linux-master/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux-master/fs/
H A Dfcntl.c72 * ->fasync() is responsible for setting the FASYNC bit.
74 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) {
75 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0);
867 * positive and clear the FASYNC flag. If no entry exists,
870 * NOTE! It is very important that the FASYNC flag always
891 filp->f_flags &= ~FASYNC;
919 * NOTE! It is very important that the FASYNC flag always
944 filp->f_flags |= FASYNC;
H A Dfile_table.c417 if (unlikely(file->f_flags & FASYNC)) {
H A Dioctl.c374 flag = on ? FASYNC : 0;
376 /* Did FASYNC state change ? */
377 if ((flag ^ filp->f_flags) & FASYNC) {
/linux-master/sound/core/
H A Dinit.c437 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync)
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c129 { FASYNC, P9_DOTL_FASYNC },

Completed in 209 milliseconds