Home
last modified time | relevance | path

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

/include/linux/
Dfsnotify_backend.h418 extern int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data,
594 static inline int __fsnotify_parent(struct dentry *dentry, __u32 mask, in __fsnotify_parent() function
Dfsnotify.h68 return __fsnotify_parent(dentry, mask, data, data_type); in fsnotify_parent()