Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dfile_table.c390 file_set_fsnotify_mode(file, FMODE_NONOTIFY); in alloc_file_pseudo()
419 file_set_fsnotify_mode(file, FMODE_NONOTIFY); in alloc_file_pseudo_noaccount()
H A Dopen.c909 file_set_fsnotify_mode(f, FMODE_NONOTIFY); in do_dentry_open()
1126 file_set_fsnotify_mode(f, FMODE_NONOTIFY); in dentry_open_nonotify()
/linux-6.15/fs/notify/
H A Dfsnotify.c692 file_set_fsnotify_mode(file, FMODE_NONOTIFY | FMODE_NONOTIFY_PERM); in file_set_fsnotify_mode_from_watchers()
720 file_set_fsnotify_mode(file, FMODE_NONOTIFY | FMODE_NONOTIFY_PERM); in file_set_fsnotify_mode_from_watchers()
/linux-6.15/include/linux/
H A Dfs.h184 #define FMODE_NONOTIFY ((__force fmode_t)(1 << 25)) macro
211 (FMODE_NONOTIFY | FMODE_NONOTIFY_PERM)
214 ((mode & FMODE_FSNOTIFY_MASK) == FMODE_NONOTIFY)
218 (mode & FMODE_FSNOTIFY_MASK) == (FMODE_NONOTIFY | FMODE_NONOTIFY_PERM))
/linux-6.15/drivers/tty/
H A Dpty.c801 file_set_fsnotify_mode(filp, FMODE_NONOTIFY); in ptmx_open()
/linux-6.15/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
/linux-6.15/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-6.15/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-6.15/fs/notify/fanotify/
H A Dfanotify_user.c1666 f_flags, FMODE_NONOTIFY); in SYSCALL_DEFINE2()