Searched refs:event_f_flags (Results 1 – 2 of 2) sorted by relevance
4 int fanotify_init(unsigned flags, unsigned event_f_flags) in fanotify_init() argument6 return syscall(SYS_fanotify_init, flags, event_f_flags); in fanotify_init()
19 unsigned int flags, unsigned int event_f_flags) in safe_fanotify_init() argument23 rval = fanotify_init(flags, event_f_flags); in safe_fanotify_init()