Searched refs:FMODE_NONOTIFY (Results 1 – 8 of 8) sorted by relevance
393 file_set_fsnotify_mode(file, FMODE_NONOTIFY); in alloc_file_pseudo() 422 file_set_fsnotify_mode(file, FMODE_NONOTIFY); in alloc_file_pseudo_noaccount()
712 * 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()
184 #define FMODE_NONOTIFY ((__force fmode_t)(1 << 25)) macro 187 * Together with FMODE_NONOTIFY defines which fsnotify events shouldn't be202 * The two FMODE_NONOTIFY* define which fsnotify events should not be generated206 * 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))
801 file_set_fsnotify_mode(filp, FMODE_NONOTIFY); in ptmx_open()
631 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness633 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
646 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness648 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
620 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness622 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
1661 f_flags, FMODE_NONOTIFY); in SYSCALL_DEFINE2()