Searched refs:fsnotify_create_event (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/notify/ |
D | notification.c | 396 struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask, void *data, in fsnotify_create_event() function 455 q_overflow_event = fsnotify_create_event(NULL, FS_Q_OVERFLOW, NULL, in fsnotify_notification_init()
|
D | fsnotify.c | 186 *event = fsnotify_create_event(to_tell, mask, data, in send_to_group()
|
/linux-2.6.39/include/linux/ |
D | fsnotify_backend.h | 423 extern struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask,
|
/linux-2.6.39/fs/notify/inotify/ |
D | inotify_user.c | 522 ignored_event = fsnotify_create_event(NULL, FS_IN_IGNORED, NULL, in inotify_ignored_and_remove_idr()
|