Searched refs:fsnotify (Results 1 – 10 of 10) 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, 936 static inline int fsnotify(__u32 mask, const void *data, int data_type, in fsnotify() function
|
| /linux/fs/notify/ |
| 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()
|
| H A D | Makefile | 2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
|
| /linux/fs/ |
| H A D | fserror.c | 65 fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR, NULL, NULL, in fserror_worker()
|
| /linux/fs/kernfs/ |
| H A D | file.c | 957 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 971 sshd-1974 [003] .... 17284.993653: __srcu_read_unlock <-fsnotify 2447 bash-1994 [002] .... 3082.063032: fsnotify <-fsnotify_modify 2448 bash-1994 [002] .... 3082.063032: __srcu_read_lock <-fsnotify 2451 bash-1994 [002] .... 3082.063033: __srcu_read_unlock <-fsnotify 3488 bash-1994 [000] .... 5281.568964: fsnotify <-fsnotify_modify 3489 bash-1994 [000] .... 5281.568964: __srcu_read_lock <-fsnotify 3492 bash-1994 [000] .... 5281.568965: __srcu_read_unlock <-fsnotify
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cgroups.rst | 383 conventional fsnotify. The support for remounting will be removed in
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 2028 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags 2119 call [see fsnotify manpage for details].
|
| /linux/ |
| H A D | MAINTAINERS | 10448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify 10450 F: include/linux/fsnotify*.h
|