Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfsnotify.h37 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()
Dfs.h157 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro
3375 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c96 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()
720 f_flags = O_RDWR | FMODE_NONOTIFY; in SYSCALL_DEFINE2()
/Linux-v4.19/drivers/tty/
Dpty.c812 filp->f_mode |= FMODE_NONOTIFY; in ptmx_open()
/Linux-v4.19/fs/
Dopen.c941 flags &= ~FMODE_NONOTIFY & ~O_CLOEXEC; in build_open_flags()
/Linux-v4.19/Documentation/process/
Dadding-syscalls.rst562 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
564 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc