Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfsnotify_backend.h111 struct fsnotify_event { struct
112 struct list_head list;
114 struct inode *inode; /* either the inode the event happened to or its parent */
115 u32 mask; /* the type of access, bitwise OR for FS_* event types */
/linux-4.4.14/fs/notify/
Dnotification.c88 struct fsnotify_event *event, in fsnotify_add_event()