fsnotify           60 include/linux/fsnotify.h 	return fsnotify(inode, fsnotify_mask, path, FSNOTIFY_EVENT_PATH, NULL, 0);
fsnotify           80 include/linux/fsnotify.h 	fsnotify(inode, FS_ATTRIB, inode, FSNOTIFY_EVENT_INODE, NULL, 0);
fsnotify          104 include/linux/fsnotify.h 	fsnotify(old_dir, old_dir_mask, old_dir, FSNOTIFY_EVENT_INODE, old_name, fs_cookie);
fsnotify          105 include/linux/fsnotify.h 	fsnotify(new_dir, new_dir_mask, new_dir, FSNOTIFY_EVENT_INODE, new_name, fs_cookie);
fsnotify          111 include/linux/fsnotify.h 		fsnotify(source, FS_MOVE_SELF, moved->d_inode, FSNOTIFY_EVENT_INODE, NULL, 0);
fsnotify          149 include/linux/fsnotify.h 	fsnotify(inode, FS_DELETE_SELF, inode, FSNOTIFY_EVENT_INODE, NULL, 0);
fsnotify          160 include/linux/fsnotify.h 	fsnotify(inode, FS_CREATE, dentry->d_inode, FSNOTIFY_EVENT_INODE, dentry->d_name.name, 0);
fsnotify          173 include/linux/fsnotify.h 	fsnotify(dir, FS_CREATE, inode, FSNOTIFY_EVENT_INODE, new_dentry->d_name.name, 0);
fsnotify          186 include/linux/fsnotify.h 	fsnotify(inode, mask, d_inode, FSNOTIFY_EVENT_INODE, dentry->d_name.name, 0);
fsnotify          203 include/linux/fsnotify.h 		fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0);
fsnotify          221 include/linux/fsnotify.h 		fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0);
fsnotify          238 include/linux/fsnotify.h 	fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0);
fsnotify          256 include/linux/fsnotify.h 		fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0);
fsnotify          272 include/linux/fsnotify.h 	fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0);
fsnotify          307 include/linux/fsnotify.h 		fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0);
fsnotify          255 include/linux/fsnotify_backend.h extern int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is,