Searched defs:fsnotify_event (Results 1 – 2 of 2) sorted by relevance
208 struct fsnotify_event { struct214 struct fsnotify_event_holder holder; argument215 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;[all …]
140 struct fsnotify_event *fsnotify_add_notify_event(struct fsnotify_group *group, struct fsnotify_even… in fsnotify_add_notify_event()