Lines Matching refs:dentry
251 extern int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask);
270 static inline void __fsnotify_update_dcache_flags(struct dentry *dentry) in __fsnotify_update_dcache_flags() argument
272 struct dentry *parent; in __fsnotify_update_dcache_flags()
274 assert_spin_locked(&dentry->d_lock); in __fsnotify_update_dcache_flags()
283 parent = dentry->d_parent; in __fsnotify_update_dcache_flags()
285 dentry->d_flags |= DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_update_dcache_flags()
287 dentry->d_flags &= ~DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_update_dcache_flags()
293 static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode *inode) in __fsnotify_d_instantiate() argument
298 spin_lock(&dentry->d_lock); in __fsnotify_d_instantiate()
299 __fsnotify_update_dcache_flags(dentry); in __fsnotify_d_instantiate()
300 spin_unlock(&dentry->d_lock); in __fsnotify_d_instantiate()
385 static inline int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent() argument
396 static inline void __fsnotify_update_dcache_flags(struct dentry *dentry) in __fsnotify_update_dcache_flags() argument
399 static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode *inode) in __fsnotify_d_instantiate() argument