Home
last modified time | relevance | path

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

/fs/notify/inotify/
Dinotify_user.c231 struct fsnotify_event *kevent; in inotify_read() local
242 kevent = get_one_event(group, count); in inotify_read()
245 pr_debug("%s: group=%p kevent=%p\n", __func__, group, kevent); in inotify_read()
247 if (kevent) { in inotify_read()
248 ret = PTR_ERR(kevent); in inotify_read()
249 if (IS_ERR(kevent)) in inotify_read()
251 ret = copy_event_to_user(group, kevent, buf); in inotify_read()
252 fsnotify_destroy_event(group, kevent); in inotify_read()