Searched refs:FASYNC (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | fcntl.h | 43 #ifndef FASYNC 44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 6 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
|
| /linux-6.15/include/linux/ |
| H A D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
| /linux-6.15/tools/testing/selftests/perf_events/ |
| H A D | watermark_signal.c | 91 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
|
| /linux-6.15/fs/ |
| H A D | fcntl.c | 75 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl() 76 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl() 1007 filp->f_flags &= ~FASYNC; in fasync_remove_entry() 1060 filp->f_flags |= FASYNC; in fasync_insert_entry()
|
| H A D | ioctl.c | 373 flag = on ? FASYNC : 0; in ioctl_fioasync() 376 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
|
| H A D | file_table.c | 460 if (unlikely(file->f_flags & FASYNC)) { in __fput()
|
| /linux-6.15/rust/kernel/fs/ |
| H A D | file.rs | 24 pub const O_ASYNC: u32 = bindings::FASYNC;
|
| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 396 { FASYNC, "FASYNC" }, in TEST_F()
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 175 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
|
| /linux-6.15/sound/core/ |
| H A D | init.c | 435 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 573 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.
|