Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfsnotify.h60 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 …]
Dfsnotify_backend.h249 extern int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is,
379 static inline int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() function
/linux-4.4.14/fs/notify/
Dfsnotify.c112 ret = fsnotify(p_inode, mask, path, FSNOTIFY_EVENT_PATH, in __fsnotify_parent()
115 ret = fsnotify(p_inode, mask, dentry->d_inode, FSNOTIFY_EVENT_INODE, in __fsnotify_parent()
190 int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() function
294 EXPORT_SYMBOL_GPL(fsnotify);
DMakefile1 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
Dinode_mark.c218 fsnotify(inode, FS_UNMOUNT, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_unmount_inodes()
/linux-4.4.14/fs/kernfs/
Dfile.c846 fsnotify(inode, FS_MODIFY, inode, FSNOTIFY_EVENT_INODE, in kernfs_notify_workfn()
/linux-4.4.14/Documentation/trace/
Dftrace.txt577 sshd-1974 [003] .... 17284.993653: __srcu_read_unlock <-fsnotify
1702 bash-1994 [002] .... 3082.063032: fsnotify <-fsnotify_modify
1703 bash-1994 [002] .... 3082.063032: __srcu_read_lock <-fsnotify
1706 bash-1994 [002] .... 3082.063033: __srcu_read_unlock <-fsnotify
2570 bash-1994 [000] .... 5281.568964: fsnotify <-fsnotify_modify
2571 bash-1994 [000] .... 5281.568964: __srcu_read_lock <-fsnotify
2574 bash-1994 [000] .... 5281.568965: __srcu_read_unlock <-fsnotify
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt375 conventional fsnotify. The support for remounting will be removed in
/linux-4.4.14/Documentation/filesystems/
Dproc.txt1734 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags
1806 call [see fsnotify manpage for details].