Home
last modified time | relevance | path

Searched refs:event_f_flags (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/linux/
Dfanotify.c4 int fanotify_init(unsigned flags, unsigned event_f_flags) in fanotify_init() argument
6 return syscall(SYS_fanotify_init, flags, event_f_flags); in fanotify_init()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify.h19 unsigned int flags, unsigned int event_f_flags) in safe_fanotify_init() argument
23 rval = fanotify_init(flags, event_f_flags); in safe_fanotify_init()