Searched refs:event_f_flags (Results 1 – 4 of 4) 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()
28 static int fanotify_init(unsigned int flags, unsigned int event_f_flags) in fanotify_init() argument30 return syscall(__NR_fanotify_init, flags, event_f_flags); in fanotify_init()
49 unsigned int flags, unsigned int event_f_flags) in safe_fanotify_init() argument54 rval = fanotify_init(flags, event_f_flags); in safe_fanotify_init()
524 unsigned int flags, unsigned int event_f_flags);