Searched refs:__fsnotify_parent (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/notify/ |
| H A D | fsnotify.c | 181 int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data, in __fsnotify_parent() function 246 EXPORT_SYMBOL_GPL(__fsnotify_parent);
|
| /linux/include/linux/ |
| H A D | fsnotify_backend.h | 651 extern int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data, 944 static inline int __fsnotify_parent(struct dentry *dentry, __u32 mask, in __fsnotify_parent() function
|
| H A D | fsnotify.h | 96 return __fsnotify_parent(dentry, mask, data, data_type); in fsnotify_parent()
|