Home
last modified time | relevance | path

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

/linux-4.1.27/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.h141 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro
2935 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c93 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()
724 f_flags = O_RDWR | FMODE_NONOTIFY; in SYSCALL_DEFINE2()
/linux-4.1.27/drivers/tty/
Dpty.c740 filp->f_mode |= FMODE_NONOTIFY; in ptmx_open()
/linux-4.1.27/fs/
Dopen.c890 flags &= ~FMODE_NONOTIFY & ~O_CLOEXEC; in build_open_flags()