Searched refs:FASYNC (Results 1 – 13 of 13) sorted by relevance
43 #ifndef FASYNC44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
6 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
89 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
31 pub const O_ASYNC: u32 = bindings::FASYNC;
372 flag = on ? FASYNC : 0; in ioctl_fioasync()375 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
463 if (unlikely(file->f_flags & FASYNC)) { in __fput()
396 { FASYNC, "FASYNC" }, in TEST_F()
435 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
175 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
524 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.