Searched refs:f_mode (Results 1 – 4 of 4) sorted by relevance
40 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()
91 int (*open) (struct posix_clock *pc, fmode_t f_mode);
361 extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode);
921 fmode_t f_mode; member