Searched refs:FASYNC (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 44 #ifndef FASYNC 45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 44 #ifndef FASYNC 45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 44 #ifndef FASYNC 45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 43 #ifndef FASYNC 44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 6 #define FASYNC 0x0040 /* fcntl, for BSD compatibility */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 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()
|
| H A D | ioctl.c | 577 flag = on ? FASYNC : 0; in ioctl_fioasync() 580 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
|
| H A D | file_table.c | 276 if (unlikely(file->f_flags & FASYNC)) { in __fput()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 307 # define FASYNC O_ASYNC macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 307 # define FASYNC O_ASYNC macro
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | init.c | 324 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_inode_dotl.c | 177 { FASYNC, P9_DOTL_FASYNC }, in v9fs_mapped_dotl_flags()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 551 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 177121 Add #include <sys/file.h> on Solaris for FNONBLOCK/FASYNC definitions
|