Searched refs:fsnotify (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | fsnotify.h | 55 return fsnotify(mask, data, data_type, dir, name, NULL, cookie); in fsnotify_name() 72 fsnotify(mask, inode, FSNOTIFY_EVENT_INODE, NULL, NULL, inode, 0); in fsnotify_inode() 99 return fsnotify(mask, data, data_type, NULL, NULL, inode, 0); in fsnotify_parent()
|
| H A D | fsnotify_backend.h | 648 extern int fsnotify(__u32 mask, const void *data, int data_type, 937 static inline int fsnotify(__u32 mask, const void *data, int data_type, in fsnotify() function
|
| /linux/fs/notify/ |
| H A D | Makefile | 2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
|
| H A D | fsnotify.c | 238 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0); in __fsnotify_parent() 492 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, in fsnotify() function 606 EXPORT_SYMBOL_GPL(fsnotify); 711 fsnotify(mask, &data, FSNOTIFY_EVENT_MNT, NULL, NULL, NULL, 0); in fsnotify_mnt()
|
| /linux/fs/kernfs/ |
| H A D | file.c | 957 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cgroups.rst | 383 conventional fsnotify. The support for remounting will be removed in
|
| /linux/ |
| H A D | MAINTAINERS | 10521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify 10523 F: include/linux/fsnotify*.h
|