Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/linux/arch/mips/include/uapi/asm/
A Dfcntl.h21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
/linux/arch/sparc/include/uapi/asm/
A Dfcntl.h6 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
/linux/include/linux/
A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux/tools/testing/selftests/perf_events/
A Dwatermark_signal.c91 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
/linux/fs/
A Dfcntl.c76 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl()
77 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
1010 filp->f_flags &= ~FASYNC; in fasync_remove_entry()
1063 filp->f_flags |= FASYNC; in fasync_insert_entry()
A Dioctl.c374 flag = on ? FASYNC : 0; in ioctl_fioasync()
377 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
A Dfile_table.c426 if (unlikely(file->f_flags & FASYNC)) { in __fput()
/linux/sound/core/
A Dinit.c435 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
/linux/fs/9p/
A Dvfs_inode_dotl.c175 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
/linux/Documentation/filesystems/
A Dlocking.rst568 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.

Completed in 27 milliseconds