Home
last modified time | relevance | path

Searched refs:info_error (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify22.c175 static int check_error_event_info_error(struct fanotify_event_info_error *info_error, in check_error_event_info_error() argument
180 if (info_error->error_count != ex->error_count) { in check_error_event_info_error()
182 ex->name, info_error->error_count, ex->error_count); in check_error_event_info_error()
186 if (info_error->error != ex->error) { in check_error_event_info_error()
188 ex->name, info_error->error, ex->error); in check_error_event_info_error()
217 struct fanotify_event_info_error *info_error; in check_event() local
229 info_error = get_event_info_error(event); in check_event()
230 if (info_error) in check_event()
231 fail += check_error_event_info_error(info_error, ex); in check_event()

Completed in 2 milliseconds