Home
last modified time | relevance | path

Searched refs:__fsnotify_parent (Results 1 – 3 of 3) sorted by relevance

/linux/fs/notify/
H A Dfsnotify.c181 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 Dfsnotify_backend.h651 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 Dfsnotify.h96 return __fsnotify_parent(dentry, mask, data, data_type); in fsnotify_parent()