Searched refs:__fsnotify_parent (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/ |
H A D | fsnotify.c | 180 int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data, in __fsnotify_parent() function 240 EXPORT_SYMBOL_GPL(__fsnotify_parent); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fsnotify_backend.h | 418 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
|
H A D | fsnotify.h | 68 return __fsnotify_parent(dentry, mask, data, data_type); in fsnotify_parent()
|
/kernel/linux/linux-6.6/fs/notify/ |
H A D | fsnotify.c | 178 int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data, in __fsnotify_parent() function 238 EXPORT_SYMBOL_GPL(__fsnotify_parent); variable
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsnotify_backend.h | 544 extern int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data, 835 static inline int __fsnotify_parent(struct dentry *dentry, __u32 mask, in __fsnotify_parent() function
|
H A D | fsnotify.h | 77 return __fsnotify_parent(dentry, mask, data, data_type); in fsnotify_parent()
|
Completed in 12 milliseconds