Home
last modified time | relevance | path

Searched refs:fanotify_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/notify/fanotify/
Dfanotify.h61 struct fanotify_event { struct
89 static inline bool fanotify_event_has_path(struct fanotify_event *event) in fanotify_event_has_path() argument
94 static inline bool fanotify_event_has_fid(struct fanotify_event *event) in fanotify_event_has_fid()
100 static inline bool fanotify_event_has_ext_fh(struct fanotify_event *event) in fanotify_event_has_ext_fh()
106 static inline void *fanotify_event_fh(struct fanotify_event *event) in fanotify_event_fh()
119 struct fanotify_event fae;
137 static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E()
139 return container_of(fse, struct fanotify_event, fse); in FANOTIFY_E()
142 struct fanotify_event *fanotify_alloc_event(struct fsnotify_group *group,
Dfanotify.c23 struct fanotify_event *old, *new; in should_merge()
57 struct fanotify_event *new; in fanotify_merge()
213 static int fanotify_encode_fid(struct fanotify_event *event, in fanotify_encode_fid()
279 struct fanotify_event *fanotify_alloc_event(struct fsnotify_group *group, in fanotify_alloc_event()
284 struct fanotify_event *event = NULL; in fanotify_alloc_event()
381 struct fanotify_event *event; in fanotify_handle_event()
475 struct fanotify_event *event; in fanotify_free_event()
Dfanotify_user.c54 static int fanotify_event_info_len(struct fanotify_event *event) in fanotify_event_info_len()
100 struct fanotify_event *event, in create_fd()
207 static int copy_fid_to_user(struct fanotify_event *event, char __user *buf) in copy_fid_to_user()
264 struct fanotify_event *event; in copy_event_to_user()
270 event = container_of(fsn_event, struct fanotify_event, fse); in copy_event_to_user()
771 struct fanotify_event *oevent; in SYSCALL_DEFINE2()
1142 fanotify_event_cachep = KMEM_CACHE(fanotify_event, SLAB_PANIC); in fanotify_user_setup()