Searched refs:FASYNC (Results 1 – 11 of 11) sorted by relevance
44 #ifndef FASYNC45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
43 #ifndef FASYNC44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
6 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
73 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl()74 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()897 filp->f_flags &= ~FASYNC; in fasync_remove_entry()950 filp->f_flags |= FASYNC; in fasync_insert_entry()
275 if (unlikely(file->f_flags & FASYNC)) { in __fput()
377 flag = on ? FASYNC : 0; in ioctl_fioasync()380 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
398 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
180 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
561 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.