Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.h39 struct fanotify_info { struct
76 static inline int fanotify_info_dir_fh_len(struct fanotify_info *info) in fanotify_info_dir_fh_len()
85 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info) in fanotify_info_dir_fh()
87 BUILD_BUG_ON(offsetof(struct fanotify_info, buf) % 4); in fanotify_info_dir_fh()
92 static inline int fanotify_info_file_fh_len(struct fanotify_info *info) in fanotify_info_file_fh_len()
101 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info) in fanotify_info_file_fh()
106 static inline const char *fanotify_info_name(struct fanotify_info *info) in fanotify_info_name()
111 static inline void fanotify_info_init(struct fanotify_info *info) in fanotify_info_init()
118 static inline void fanotify_info_copy_name(struct fanotify_info *info, in fanotify_info_copy_name()
172 struct fanotify_info info;
[all …]
H A Dfanotify.c52 static bool fanotify_info_equal(struct fanotify_info *info1, in fanotify_info_equal()
53 struct fanotify_info *info2) in fanotify_info_equal()
78 struct fanotify_info *info1 = &fne1->info; in fanotify_name_event_equal()
79 struct fanotify_info *info2 = &fne2->info; in fanotify_name_event_equal()
492 struct fanotify_info *info; in fanotify_alloc_name_event()
H A Dfanotify_user.c70 struct fanotify_info *info = fanotify_event_info(event); in fanotify_event_info_len()
329 struct fanotify_info *info = fanotify_event_info(event); in copy_event_to_user()