Searched refs:fse (Results 1 – 6 of 6) sorted by relevance
/fs/notify/fanotify/ |
D | fanotify.h | 14 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()
|
D | fanotify_user.c | 126 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()
|
D | fanotify.c | 163 fsnotify_init_event(&event->fse, inode, mask); in fanotify_alloc_event() 208 fsn_event = &event->fse; in fanotify_handle_event()
|
/fs/notify/inotify/ |
D | inotify.h | 6 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()
|
D | inotify_fsnotify.c | 103 fsn_event = &event->fse; in inotify_handle_event()
|
D | inotify_user.c | 647 group->overflow_event = &oevent->fse; in inotify_new_group()
|