Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfsnotify.h87 if (file->f_mode & FMODE_NONOTIFY) in fsnotify_file()
H A Dfs.h169 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro
3457 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c143 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()
972 f_flags = O_RDWR | FMODE_NONOTIFY; in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c40 #define OVL_OPEN_FLAGS (O_NOATIME | FMODE_NONOTIFY)
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dpty.c812 filp->f_mode |= FMODE_NONOTIFY; in ptmx_open()
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dadding-syscalls.rst565 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
567 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst631 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
633 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1008 u64 strip = FMODE_NONOTIFY | O_CLOEXEC; in build_open_flags()