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

/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dfcntl.h5 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
/linux-4.1.27/fs/
H A Dfcntl.c66 * ->fasync() is responsible for setting the FASYNC bit. setfl()
68 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { setfl()
69 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); setfl()
568 * positive and clear the FASYNC flag. If no entry exists,
571 * NOTE! It is very important that the FASYNC flag always
592 filp->f_flags &= ~FASYNC; fasync_remove_entry()
620 * NOTE! It is very important that the FASYNC flag always
645 filp->f_flags |= FASYNC; fasync_insert_entry()
747 __O_SYNC | O_DSYNC | FASYNC | fcntl_init()
H A Dioctl.c505 flag = on ? FASYNC : 0; ioctl_fioasync()
507 /* Did FASYNC state change ? */ ioctl_fioasync()
508 if ((flag ^ filp->f_flags) & FASYNC) { ioctl_fioasync()
H A Dfile_table.c202 if (unlikely(file->f_flags & FASYNC)) { __fput()
/linux-4.1.27/include/uapi/asm-generic/
H A Dfcntl.h43 #ifndef FASYNC
44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dfcntl.h20 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h270 * used incorrectly. O_NOCTTY and FASYNC are only meaningful for character
272 #define O_LOV_DELAY_CREATE (O_NOCTTY | FASYNC)
/linux-4.1.27/sound/core/
H A Dinit.c344 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) snd_disconnect_release()
/linux-4.1.27/fs/9p/
H A Dvfs_inode_dotl.c189 { FASYNC, P9_DOTL_FASYNC }, v9fs_mapped_dotl_flags()
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dinode.c41 * O_NONBLOCK and O_ASYNC/FASYNC style i/o support. Example usermode
/linux-4.1.27/drivers/tty/
H A Dn_gsm.c2305 /* FASYNC if needed ? */ gsmld_receive_buf()
H A Dtty_io.c37 * Reorganized FASYNC support so mouse code can share it.

Completed in 365 milliseconds