Searched refs:inotify_event (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c77 struct inotify_event events[10];
83 len/sizeof(struct inotify_event));
/linux-master/fs/notify/inotify/
H A Dinotify_user.c160 return roundup(event->name_len + 1, sizeof(struct inotify_event));
173 size_t event_size = sizeof(struct inotify_event);
203 struct inotify_event inotify_event; local
205 size_t event_size = sizeof(struct inotify_event);
218 inotify_event.len = pad_name_len;
219 inotify_event.mask = inotify_mask_to_arg(event->mask);
220 inotify_event.wd = event->wd;
221 inotify_event.cookie = event->sync_cookie;
224 if (copy_to_user(buf, &inotify_event, event_siz
[all...]
/linux-master/include/uapi/linux/
H A Dinotify.h16 * struct inotify_event - structure read from the inotify device for each event
21 struct inotify_event { struct
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c205 struct inotify_event *event)
246 struct inotify_event *event;
254 event = (struct inotify_event *)buffer;
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1453 const ssize_t istructsize = sizeof(struct inotify_event);
1458 struct inotify_event *event;
1512 event = (struct inotify_event *) p;
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1058 struct inotify_event *event = (struct inotify_event *) p;

Completed in 273 milliseconds