Home
last modified time | relevance | path

Searched refs:FMODE_NONOTIFY (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dfsnotify.h45 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()
Dfs.h142 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro
2970 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c93 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()
728 f_flags = O_RDWR | FMODE_NONOTIFY; in SYSCALL_DEFINE2()
/linux-4.4.14/drivers/tty/
Dpty.c749 filp->f_mode |= FMODE_NONOTIFY; in ptmx_open()
/linux-4.4.14/fs/
Dopen.c894 flags &= ~FMODE_NONOTIFY & ~O_CLOEXEC; in build_open_flags()
/linux-4.4.14/Documentation/
Dadding-syscalls.txt516 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
518 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc