Searched refs:FASYNC (Results 1 – 10 of 10) sorted by relevance
43 #ifndef FASYNC44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
5 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
20 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
68 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl()69 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()592 filp->f_flags &= ~FASYNC; in fasync_remove_entry()645 filp->f_flags |= FASYNC; in fasync_insert_entry()747 __O_SYNC | O_DSYNC | FASYNC | in fcntl_init()
505 flag = on ? FASYNC : 0; in ioctl_fioasync()508 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
202 if (unlikely(file->f_flags & FASYNC)) { in __fput()
270 #define O_LOV_DELAY_CREATE (O_NOCTTY | FASYNC)
337 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
189 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
478 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.