Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile_table.c393 file_set_fsnotify_mode(file, FMODE_NONOTIFY); in alloc_file_pseudo()
422 file_set_fsnotify_mode(file, FMODE_NONOTIFY); in alloc_file_pseudo_noaccount()
/linux/fs/notify/
H A Dfsnotify.c712 * watchers, set FMODE_NONOTIFY | FMODE_NONOTIFY_PERM to indicate that. in fsnotify_open_perm_and_set_mode()
716 file_set_fsnotify_mode(file, FMODE_NONOTIFY | in fsnotify_open_perm_and_set_mode()
/linux/include/linux/
H A Dfs.h184 #define FMODE_NONOTIFY ((__force fmode_t)(1 << 25)) macro
187 * Together with FMODE_NONOTIFY defines which fsnotify events shouldn't be
202 * The two FMODE_NONOTIFY* define which fsnotify events should not be generated
206 * FMODE_NONOTIFY - suppress all (incl. non-permission) events.
208 * FMODE_NONOTIFY | FMODE_NONOTIFY_PERM - suppress only FAN_ACCESS_PERM.
211 (FMODE_NONOTIFY | FMODE_NONOTIFY_PERM)
214 ((mode & FMODE_FSNOTIFY_MASK) == FMODE_NONOTIFY)
218 (mode & FMODE_FSNOTIFY_MASK) == (FMODE_NONOTIFY | FMODE_NONOTIFY_PERM))
/linux/drivers/tty/
H A Dpty.c801 file_set_fsnotify_mode(filp, FMODE_NONOTIFY); in ptmx_open()
/linux/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
/linux/Documentation/process/
H A Dadding-syscalls.rst646 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
648 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
/linux/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst620 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
622 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1661 f_flags, FMODE_NONOTIFY); in SYSCALL_DEFINE2()