Searched refs:fsnotify (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | fsnotify.h | 29 return fsnotify(dir, mask, d_inode(dentry), FSNOTIFY_EVENT_INODE, in fsnotify_dirent() 54 return fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_path() 98 fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_link_count() 125 fsnotify(old_dir, old_dir_mask, source, FSNOTIFY_EVENT_INODE, old_name, in fsnotify_move() 127 fsnotify(new_dir, new_dir_mask, source, FSNOTIFY_EVENT_INODE, new_name, in fsnotify_move() 134 fsnotify(source, mask, source, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_move() 164 fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_inoderemove() 188 fsnotify(dir, FS_CREATE, inode, FSNOTIFY_EVENT_INODE, &new_dentry->d_name, 0); in fsnotify_link() 305 fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_xattr() 340 fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_change()
|
| D | fsnotify_backend.h | 354 extern int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, 511 static inline int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() function
|
| /Linux-v5.4/fs/notify/ |
| D | fsnotify.c | 74 fsnotify(inode, FS_UNMOUNT, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_unmount_inodes() 168 ret = fsnotify(p_inode, mask, path, FSNOTIFY_EVENT_PATH, in __fsnotify_parent() 171 ret = fsnotify(p_inode, mask, dentry->d_inode, FSNOTIFY_EVENT_INODE, in __fsnotify_parent() 314 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() function 382 EXPORT_SYMBOL_GPL(fsnotify);
|
| D | Makefile | 2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
|
| /Linux-v5.4/fs/kernfs/ |
| D | file.c | 906 fsnotify(p_inode, FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn() 914 fsnotify(inode, FS_MODIFY, inode, FSNOTIFY_EVENT_INODE, in kernfs_notify_workfn()
|
| /Linux-v5.4/Documentation/trace/ |
| D | ftrace.rst | 828 sshd-1974 [003] .... 17284.993653: __srcu_read_unlock <-fsnotify 2222 bash-1994 [002] .... 3082.063032: fsnotify <-fsnotify_modify 2223 bash-1994 [002] .... 3082.063032: __srcu_read_lock <-fsnotify 2226 bash-1994 [002] .... 3082.063033: __srcu_read_unlock <-fsnotify 3149 bash-1994 [000] .... 5281.568964: fsnotify <-fsnotify_modify 3150 bash-1994 [000] .... 5281.568964: __srcu_read_lock <-fsnotify 3153 bash-1994 [000] .... 5281.568965: __srcu_read_unlock <-fsnotify
|
| /Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
| D | cgroups.rst | 381 conventional fsnotify. The support for remounting will be removed in
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | proc.txt | 1817 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags 1893 call [see fsnotify manpage for details].
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 6718 F: include/linux/fsnotify*.h
|