Searched refs:fsnotify (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | fsnotify.h | 60 return fsnotify(inode, fsnotify_mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_perm() 80 fsnotify(inode, FS_ATTRIB, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_link_count() 104 fsnotify(old_dir, old_dir_mask, source, FSNOTIFY_EVENT_INODE, old_name, in fsnotify_move() 106 fsnotify(new_dir, new_dir_mask, source, FSNOTIFY_EVENT_INODE, new_name, in fsnotify_move() 113 fsnotify(source, FS_MOVE_SELF, moved->d_inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_move() 151 fsnotify(inode, FS_DELETE_SELF, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_inoderemove() 162 fsnotify(inode, FS_CREATE, dentry->d_inode, FSNOTIFY_EVENT_INODE, dentry->d_name.name, 0); in fsnotify_create() 175 fsnotify(dir, FS_CREATE, inode, FSNOTIFY_EVENT_INODE, new_dentry->d_name.name, 0); in fsnotify_link() 188 fsnotify(inode, mask, d_inode, FSNOTIFY_EVENT_INODE, dentry->d_name.name, 0); in fsnotify_mkdir() 205 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_access() [all …]
|
D | fsnotify_backend.h | 242 extern int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, 370 static inline int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() function
|
/linux-4.1.27/fs/notify/ |
D | fsnotify.c | 113 ret = fsnotify(p_inode, mask, path, FSNOTIFY_EVENT_PATH, in __fsnotify_parent() 116 ret = fsnotify(p_inode, mask, dentry->d_inode, FSNOTIFY_EVENT_INODE, in __fsnotify_parent() 191 int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() function 285 EXPORT_SYMBOL_GPL(fsnotify);
|
D | Makefile | 1 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
|
D | inode_mark.c | 238 fsnotify(inode, FS_UNMOUNT, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_unmount_inodes()
|
/linux-4.1.27/fs/kernfs/ |
D | file.c | 847 fsnotify(inode, FS_MODIFY, inode, FSNOTIFY_EVENT_INODE, in kernfs_notify_workfn()
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 566 sshd-1974 [003] .... 17284.993653: __srcu_read_unlock <-fsnotify 1689 bash-1994 [002] .... 3082.063032: fsnotify <-fsnotify_modify 1690 bash-1994 [002] .... 3082.063032: __srcu_read_lock <-fsnotify 1693 bash-1994 [002] .... 3082.063033: __srcu_read_unlock <-fsnotify 2517 bash-1994 [000] .... 5281.568964: fsnotify <-fsnotify_modify 2518 bash-1994 [000] .... 5281.568964: __srcu_read_lock <-fsnotify 2521 bash-1994 [000] .... 5281.568965: __srcu_read_unlock <-fsnotify
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 375 conventional fsnotify. The support for remounting will be removed in
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1717 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags 1789 call [see fsnotify manpage for details].
|