Home
last modified time | relevance | path

Searched defs:inotify_event (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dinotify.h21 struct inotify_event { struct
22 __s32 wd; /* watch descriptor */
23 __u32 mask; /* watch mask */
24 __u32 cookie; /* cookie to synchronize two events */
25 __u32 len; /* length (including nulls) of name */
26 char name[0]; /* stub for possible name */
/linux-5.19.10/fs/notify/inotify/
Dinotify_user.c204 struct inotify_event inotify_event; in copy_event_to_user() local