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

/linux-4.1.27/include/linux/
H A Dfsnotify.h45 if (file->f_mode & FMODE_NONOTIFY) fsnotify_perm()
203 if (!(file->f_mode & FMODE_NONOTIFY)) { fsnotify_access()
221 if (!(file->f_mode & FMODE_NONOTIFY)) { fsnotify_modify()
256 if (!(file->f_mode & FMODE_NONOTIFY)) { fsnotify_close()
H A Dfs.h141 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro
2935 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)
/linux-4.1.27/include/uapi/asm-generic/
H A Dfcntl.h8 * FMODE_NONOTIFY is 0x4000000
/linux-4.1.27/fs/notify/fanotify/
H A Dfanotify_user.c33 * Internal flags like FMODE_NONOTIFY, FMODE_EXEC, FMODE_NOCMTIME shall be
93 group->fanotify_data.f_flags | FMODE_NONOTIFY, create_fd()
724 f_flags = O_RDWR | FMODE_NONOTIFY; SYSCALL_DEFINE2()
/linux-4.1.27/drivers/tty/
H A Dpty.c740 filp->f_mode |= FMODE_NONOTIFY; ptmx_open()
/linux-4.1.27/fs/
H A Dopen.c890 flags &= ~FMODE_NONOTIFY & ~O_CLOEXEC; build_open_flags()

Completed in 124 milliseconds