Home
last modified time | relevance | path

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

/fs/notify/fanotify/
Dfanotify.h14 struct fsnotify_event fse; member
38 FANOTIFY_PE(struct fsnotify_event *fse) in FANOTIFY_PE() argument
40 return container_of(fse, struct fanotify_perm_event_info, fae.fse); in FANOTIFY_PE()
44 static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E() argument
46 return container_of(fse, struct fanotify_event_info, fse); in FANOTIFY_E()
Dfanotify_user.c126 event = container_of(fsn_event, struct fanotify_event_info, fse); in fill_event_metadata()
152 fae.fse.list) { in dequeue_event()
156 list_del_init(&event->fae.fse.list); in dequeue_event()
376 fae.fse.list) { in fanotify_release()
380 list_del_init(&event->fae.fse.list); in fanotify_release()
749 group->overflow_event = &oevent->fse; in SYSCALL_DEFINE2()
Dfanotify.c163 fsnotify_init_event(&event->fse, inode, mask); in fanotify_alloc_event()
208 fsn_event = &event->fse; in fanotify_handle_event()
/fs/notify/inotify/
Dinotify.h6 struct fsnotify_event fse; member
18 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E() argument
20 return container_of(fse, struct inotify_event_info, fse); in INOTIFY_E()
Dinotify_fsnotify.c103 fsn_event = &event->fse; in inotify_handle_event()
Dinotify_user.c647 group->overflow_event = &oevent->fse; in inotify_new_group()