Home
last modified time | relevance | path

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

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