Home
last modified time | relevance | path

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

/Linux-v5.10/fs/notify/fanotify/
Dfanotify.h155 struct fanotify_fid_event { struct
163 static inline struct fanotify_fid_event * argument
166 return container_of(event, struct fanotify_fid_event, fae); in FANOTIFY_FE()
Dfanotify.c41 static bool fanotify_fid_event_equal(struct fanotify_fid_event *ffe1, in fanotify_fid_event_equal()
42 struct fanotify_fid_event *ffe2) in fanotify_fid_event_equal()
466 struct fanotify_fid_event *ffe; in fanotify_alloc_fid_event()
761 struct fanotify_fid_event *ffe = FANOTIFY_FE(event); in fanotify_free_fid_event()
Dfanotify_user.c1323 fanotify_fid_event_cachep = KMEM_CACHE(fanotify_fid_event, in fanotify_user_setup()