Lines Matching refs:dentry
244 extern int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask);
263 static inline void __fsnotify_update_dcache_flags(struct dentry *dentry) in __fsnotify_update_dcache_flags() argument
265 struct dentry *parent; in __fsnotify_update_dcache_flags()
267 assert_spin_locked(&dentry->d_lock); in __fsnotify_update_dcache_flags()
276 parent = dentry->d_parent; in __fsnotify_update_dcache_flags()
278 dentry->d_flags |= DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_update_dcache_flags()
280 dentry->d_flags &= ~DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_update_dcache_flags()
286 static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode *inode) in __fsnotify_d_instantiate() argument
291 spin_lock(&dentry->d_lock); in __fsnotify_d_instantiate()
292 __fsnotify_update_dcache_flags(dentry); in __fsnotify_d_instantiate()
293 spin_unlock(&dentry->d_lock); in __fsnotify_d_instantiate()
376 static inline int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent() argument
387 static inline void __fsnotify_update_dcache_flags(struct dentry *dentry) in __fsnotify_update_dcache_flags() argument
390 static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode *inode) in __fsnotify_d_instantiate() argument