Lines Matching defs:fsnotify_event
208 struct fsnotify_event { struct
214 struct fsnotify_event_holder holder; argument
215 spinlock_t lock; /* protection for the associated event_holder and private_list */
217 struct inode *to_tell; /* either the inode the event happened to or its parent */
226 union {
234 int data_type; /* which of the above union we have */
235 atomic_t refcnt; /* how many groups still are using/need to send this event */
236 __u32 mask; /* the type of access, bitwise OR for FS_* event types */
238 u32 sync_cookie; /* used to corrolate events, namely inotify mv events */
239 const unsigned char *file_name;
240 size_t name_len;
241 struct pid *tgid;
244 __u32 response; /* userspace answer to question */
247 struct list_head private_data_list; /* groups can store private data here */