Searched refs:fsnotify (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | fsnotify.h | 52 return fsnotify(inode, fsnotify_mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_perm() 60 fsnotify(inode, FS_ATTRIB, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_link_count() 84 fsnotify(old_dir, old_dir_mask, source, FSNOTIFY_EVENT_INODE, old_name, in fsnotify_move() 86 fsnotify(new_dir, new_dir_mask, source, FSNOTIFY_EVENT_INODE, new_name, in fsnotify_move() 93 fsnotify(source, FS_MOVE_SELF, moved->d_inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_move() 131 fsnotify(inode, FS_DELETE_SELF, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_inoderemove() 142 fsnotify(inode, FS_CREATE, dentry->d_inode, FSNOTIFY_EVENT_INODE, dentry->d_name.name, 0); in fsnotify_create() 155 fsnotify(dir, FS_CREATE, inode, FSNOTIFY_EVENT_INODE, new_dentry->d_name.name, 0); in fsnotify_link() 168 fsnotify(inode, mask, d_inode, FSNOTIFY_EVENT_INODE, dentry->d_name.name, 0); in fsnotify_mkdir() 185 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_access() [all …]
|
D | fsnotify_backend.h | 333 extern int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, 470 static inline int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() function
|
/Linux-v4.19/fs/notify/ |
D | fsnotify.c | 87 fsnotify(inode, FS_UNMOUNT, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_unmount_inodes() 172 ret = fsnotify(p_inode, mask, path, FSNOTIFY_EVENT_PATH, in __fsnotify_parent() 175 ret = fsnotify(p_inode, mask, dentry->d_inode, FSNOTIFY_EVENT_INODE, in __fsnotify_parent() 318 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() function 381 EXPORT_SYMBOL_GPL(fsnotify);
|
D | Makefile | 2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
|
/Linux-v4.19/fs/kernfs/ |
D | file.c | 908 fsnotify(p_inode, FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn() 916 fsnotify(inode, FS_MODIFY, inode, FSNOTIFY_EVENT_INODE, in kernfs_notify_workfn()
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 789 sshd-1974 [003] .... 17284.993653: __srcu_read_unlock <-fsnotify 2131 bash-1994 [002] .... 3082.063032: fsnotify <-fsnotify_modify 2132 bash-1994 [002] .... 3082.063032: __srcu_read_lock <-fsnotify 2135 bash-1994 [002] .... 3082.063033: __srcu_read_unlock <-fsnotify 3023 bash-1994 [000] .... 5281.568964: fsnotify <-fsnotify_modify 3024 bash-1994 [000] .... 5281.568964: __srcu_read_lock <-fsnotify 3027 bash-1994 [000] .... 5281.568965: __srcu_read_unlock <-fsnotify
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | cgroups.txt | 375 conventional fsnotify. The support for remounting will be removed in
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 1772 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags 1848 call [see fsnotify manpage for details].
|
/Linux-v4.19/ |
D | MAINTAINERS | 6018 F: include/linux/fsnotify*.h
|