Home
last modified time | relevance | path

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

/include/linux/
Dfsnotify.h65 if (file->f_mode & FMODE_NONOTIFY) in fsnotify_perm()
239 if (!(file->f_mode & FMODE_NONOTIFY)) in fsnotify_access()
255 if (!(file->f_mode & FMODE_NONOTIFY)) in fsnotify_modify()
296 if (!(file->f_mode & FMODE_NONOTIFY)) in fsnotify_close()
Dfs.h167 #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) macro
3537 #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY)