Searched refs:fsnotify (Results 1 – 3 of 3) sorted by relevance
/fs/notify/ |
D | fsnotify.c | 77 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 386 EXPORT_SYMBOL_GPL(fsnotify);
|
D | Makefile | 2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
|
/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()
|