Home
last modified time | relevance | path

Searched refs:f_mode (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dfsnotify.h40 if (file->f_mode & FMODE_NONOTIFY) in fsnotify_perm()
186 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_access()
204 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_modify()
241 fmode_t mode = file->f_mode; in fsnotify_close()
247 if (!(file->f_mode & FMODE_NONOTIFY)) { in fsnotify_close()
Dposix-clock.h91 int (*open) (struct posix_clock *pc, fmode_t f_mode);
Dnfs_fs.h361 extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode);
Dfs.h921 fmode_t f_mode; member