Searched refs:FASYNC (Results 1 – 14 of 14) sorted by relevance
43 #ifndef FASYNC44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
44 #ifndef FASYNC45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
48 #ifndef FASYNC49 #define FASYNC 00020000 macro
34 #ifndef FASYNC35 #define FASYNC 00020000 macro
30 #define FASYNC 0x1000 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 | \
72 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl()73 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()896 filp->f_flags &= ~FASYNC; in fasync_remove_entry()949 filp->f_flags |= FASYNC; in fasync_insert_entry()
577 flag = on ? FASYNC : 0; in ioctl_fioasync()580 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
276 if (unlikely(file->f_flags & FASYNC)) { in __fput()
324 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
177 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
551 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.