Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfsnotify_backend.h118 struct fsnotify_event { struct
119 struct list_head list;
121 struct inode *inode; /* either the inode the event happened to or its parent */
122 u32 mask; /* the type of access, bitwise OR for FS_* event types */
/Linux-v4.19/fs/notify/
Dnotification.c98 struct fsnotify_event *event, in fsnotify_add_event()