Home
last modified time | relevance | path

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

/fs/notify/
Dfsnotify.c77 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);
DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
/fs/kernfs/
Dfile.c906 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()