Symbol: inotify_event
fs/notify/inotify/inotify_user.c
160
return roundup(event->name_len + 1, sizeof(struct inotify_event));
fs/notify/inotify/inotify_user.c
173
size_t event_size = sizeof(struct inotify_event);
fs/notify/inotify/inotify_user.c
203
struct inotify_event inotify_event;
fs/notify/inotify/inotify_user.c
205
size_t event_size = sizeof(struct inotify_event);
fs/notify/inotify/inotify_user.c
218
inotify_event.len = pad_name_len;
fs/notify/inotify/inotify_user.c
219
inotify_event.mask = inotify_mask_to_arg(event->mask);
fs/notify/inotify/inotify_user.c
220
inotify_event.wd = event->wd;
fs/notify/inotify/inotify_user.c
221
inotify_event.cookie = event->sync_cookie;
fs/notify/inotify/inotify_user.c
224
if (copy_to_user(buf, &inotify_event, event_size))
fs/notify/inotify/inotify_user.c
332
send_len += sizeof(struct inotify_event);
samples/cgroup/memcg_event_listener.c
203
struct inotify_event *event)
samples/cgroup/memcg_event_listener.c
244
struct inotify_event *event;
samples/cgroup/memcg_event_listener.c
252
event = (struct inotify_event *)buffer;
tools/perf/builtin-daemon.c
1057
struct inotify_event *event = (struct inotify_event *) p;
tools/testing/selftests/cgroup/wait_inotify.c
77
struct inotify_event events[10];
tools/testing/selftests/cgroup/wait_inotify.c
83
len/sizeof(struct inotify_event));
tools/testing/selftests/ublk/kublk.c
1204
#define EV_SIZE (sizeof(struct inotify_event))
tools/testing/selftests/ublk/kublk.c
1246
struct inotify_event *event = (struct inotify_event *)&buffer[i];
tools/tracing/latency/latency-collector.c
1453
const ssize_t istructsize = sizeof(struct inotify_event);
tools/tracing/latency/latency-collector.c
1458
struct inotify_event *event;
tools/tracing/latency/latency-collector.c
1512
event = (struct inotify_event *) p;