Home
last modified time | relevance | path

Searched refs:fse (Results 1 – 6 of 6) sorted by relevance

/fs/notify/inotify/
A Dinotify.h7 struct fsnotify_event fse; member
20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E() argument
22 return container_of(fse, struct inotify_event_info, fse); in INOTIFY_E()
A Dinotify_fsnotify.c117 fsn_event = &event->fse; in inotify_handle_inode_event()
A Dinotify_user.c668 group->overflow_event = &oevent->fse; in inotify_new_group()
/fs/notify/fanotify/
A Dfanotify.h257 struct fsnotify_event fse; member
270 fsnotify_init_event(&event->fse); in fanotify_init_event()
471 static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E() argument
473 return container_of(fse, struct fanotify_event, fse); in FANOTIFY_E()
A Dfanotify_user.c324 fsnotify_destroy_event(group, &event->fae.fse); in finish_permission_event()
399 fae.fse.list) { in process_access_response()
403 list_del_init(&event->fae.fse.list); in process_access_response()
945 fsnotify_destroy_event(group, &event->fse); in fanotify_read()
954 list_add_tail(&event->fse.list, in fanotify_read()
1024 struct fanotify_perm_event, fae.fse.list); in fanotify_release()
1025 list_del_init(&event->fae.fse.list); in fanotify_release()
1482 return &oevent->fse; in fanotify_alloc_overflow_event()
A Dfanotify.c248 fsnotify_remove_queued_event(group, &event->fae.fse); in fanotify_get_response()
288 fsnotify_destroy_event(group, &event->fae.fse); in fanotify_get_response()
995 fsn_event = &event->fse; in fanotify_handle_event()

Completed in 15 milliseconds