Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h40 struct fanotify_info { struct
107 static inline int fanotify_info_dir_fh_len(struct fanotify_info *info) in fanotify_info_dir_fh_len()
118 BUILD_BUG_ON(offsetof(struct fanotify_info, buf) % 4); in fanotify_info_dir_fh()
151 static inline char *fanotify_info_name(struct fanotify_info *info) in fanotify_info_name()
159 static inline char *fanotify_info_name2(struct fanotify_info *info) in fanotify_info_name2()
167 static inline void fanotify_info_init(struct fanotify_info *info) in fanotify_info_init()
299 struct fanotify_info info;
349 static inline struct fanotify_info *fanotify_event_info( in fanotify_event_info()
360 struct fanotify_info *info = fanotify_event_info(event); in fanotify_event_object_fh_len()
371 struct fanotify_info *info = fanotify_event_info(event); in fanotify_event_dir_fh_len()
[all …]
H A Dfanotify.c75 static bool fanotify_info_equal(struct fanotify_info *info1, in fanotify_info_equal()
76 struct fanotify_info *info2) in fanotify_info_equal()
113 struct fanotify_info *info1 = &fne1->info; in fanotify_name_event_equal()
114 struct fanotify_info *info2 = &fne2->info; in fanotify_name_event_equal()
606 struct fanotify_info *info; in fanotify_alloc_name_event()
H A Dfanotify_user.c142 struct fanotify_info *info = fanotify_event_info(event); in fanotify_dir_name_info_len()
534 struct fanotify_info *info, in copy_info_records_to_user()
663 struct fanotify_info *info = fanotify_event_info(event); in copy_event_to_user()