Home
last modified time | relevance | path

Searched refs:FASYNC (Results 1 – 13 of 13) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h43 #ifndef FASYNC
44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h6 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
/linux/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c89 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
/linux/rust/kernel/fs/
H A Dfile.rs31 pub const O_ASYNC: u32 = bindings::FASYNC;
/linux/fs/
H A Dioctl.c372 flag = on ? FASYNC : 0; in ioctl_fioasync()
375 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
H A Dfile_table.c463 if (unlikely(file->f_flags & FASYNC)) { in __fput()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c396 { FASYNC, "FASYNC" }, in TEST_F()
/linux/sound/core/
H A Dinit.c435 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
/linux/fs/9p/
H A Dvfs_inode_dotl.c175 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
/linux/Documentation/filesystems/
H A Dlocking.rst524 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.