Lines Matching defs:fsnotify
15 #include "fsnotify.h"
18 #include <trace/events/fsnotify.h>
241 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0);
476 * fsnotify - This is the main call to fsnotify.
478 * The VFS calls into hook specific functions in linux/fsnotify.h.
495 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir,
611 EXPORT_SYMBOL_GPL(fsnotify);
617 * Later, fsnotify permission hooks do not check if there are permission event
716 fsnotify(mask, &data, FSNOTIFY_EVENT_MNT, NULL, NULL, NULL, 0);