Searched refs:FMODE_NONOTIFY (Results 1 – 6 of 6) sorted by relevance
45 if (file->f_mode & FMODE_NONOTIFY) in fsnotify_perm()203 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_access()221 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_modify()256 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_close()
142 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro2970 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)
93 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()728 f_flags = O_RDWR | FMODE_NONOTIFY; in SYSCALL_DEFINE2()
749 filp->f_mode |= FMODE_NONOTIFY; in ptmx_open()
894 flags &= ~FMODE_NONOTIFY & ~O_CLOEXEC; in build_open_flags()
516 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness518 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc