Searched refs:fsnotify_event (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/notify/ |
D | notification.c | 51 struct fsnotify_event *event) in fsnotify_destroy_event() 82 struct fsnotify_event *event, in fsnotify_insert_event() argument 84 struct fsnotify_event *), in fsnotify_insert_event() argument 86 struct fsnotify_event *)) in fsnotify_insert_event() 133 struct fsnotify_event *event) in fsnotify_remove_queued_event() 148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event() 156 struct fsnotify_event, list); in fsnotify_peek_first_event() 163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event() 165 struct fsnotify_event *event = fsnotify_peek_first_event(group); in fsnotify_remove_first_event() 183 struct fsnotify_event *event; in fsnotify_flush_notify()
|
/linux-6.1.9/fs/notify/inotify/ |
D | inotify_fsnotify.c | 32 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare() 33 struct fsnotify_event *new_fsn) in event_compare() 50 struct fsnotify_event *event) in inotify_merge() 53 struct fsnotify_event *last_event; in inotify_merge() 55 last_event = list_entry(list->prev, struct fsnotify_event, list); in inotify_merge() 65 struct fsnotify_event *fsn_event; in inotify_handle_inode_event() 181 struct fsnotify_event *fsn_event) in inotify_free_event()
|
D | inotify.h | 7 struct fsnotify_event fse; 20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E()
|
D | inotify_user.c | 154 static int round_event_name_len(struct fsnotify_event *fsn_event) in round_event_name_len() 171 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event() 175 struct fsnotify_event *event; in get_one_event() 201 struct fsnotify_event *fsn_event, in copy_event_to_user() 254 struct fsnotify_event *kevent; in inotify_read() 318 struct fsnotify_event *fsn_event; in inotify_ioctl()
|
/linux-6.1.9/include/linux/ |
D | fsnotify_backend.h | 113 struct fsnotify_event; 165 void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event); 175 struct fsnotify_event { struct 228 struct fsnotify_event *overflow_event; /* Event we queue when the 613 struct fsnotify_event *event); 616 struct fsnotify_event *event, 618 struct fsnotify_event *), 620 struct fsnotify_event *)); 623 struct fsnotify_event *event, in fsnotify_add_event() argument 625 struct fsnotify_event *)) in fsnotify_add_event() [all …]
|
/linux-6.1.9/fs/notify/fanotify/ |
D | fanotify.c | 188 struct fsnotify_event *event) in fanotify_merge() 871 struct fsnotify_event *fsn_event) in fanotify_insert_event() 896 struct fsnotify_event *fsn_event; in fanotify_handle_event() 1028 struct fsnotify_event *fsn_event) in fanotify_free_event()
|
D | fanotify.h | 256 struct fsnotify_event fse; 445 static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E()
|
D | fanotify_user.c | 220 struct fsnotify_event *fsn_event; in get_one_event() 859 struct fsnotify_event *fsn_event; in fanotify_release() 914 struct fsnotify_event *fsn_event; in fanotify_ioctl() 1315 static struct fsnotify_event *fanotify_alloc_overflow_event(void) in fanotify_alloc_overflow_event()
|