Searched refs:FMODE_NONOTIFY (Results 1 – 6 of 6) sorted by relevance
37 if (file->f_mode & FMODE_NONOTIFY) in fsnotify_perm()183 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_access()201 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_modify()236 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_close()
157 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro3375 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)
96 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()720 f_flags = O_RDWR | FMODE_NONOTIFY; in SYSCALL_DEFINE2()
812 filp->f_mode |= FMODE_NONOTIFY; in ptmx_open()
941 flags &= ~FMODE_NONOTIFY & ~O_CLOEXEC; in build_open_flags()
562 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness564 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc