Home
last modified time | relevance | path

Searched refs:fsnotify (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Dfsnotify.h55 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 Dfsnotify_backend.h648 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 Dfsnotify.c238 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 DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
/linux/fs/
H A Dfserror.c65 fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR, NULL, NULL, in fserror_worker()
/linux/fs/kernfs/
H A Dfile.c957 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
/linux/Documentation/trace/
H A Dftrace.rst971 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 Dcgroups.rst383 conventional fsnotify. The support for remounting will be removed in
/linux/Documentation/filesystems/
H A Dproc.rst2028 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags
2119 call [see fsnotify manpage for details].
/linux/
H A DMAINTAINERS10448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify
10450 F: include/linux/fsnotify*.h