Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c690 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) in SYSCALL_DEFINE2() argument
698 __func__, flags, event_f_flags); in SYSCALL_DEFINE2()
706 if (event_f_flags & ~FANOTIFY_INIT_ALL_EVENT_F_BITS) in SYSCALL_DEFINE2()
709 switch (event_f_flags & O_ACCMODE) { in SYSCALL_DEFINE2()
748 event_f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
749 group->fanotify_data.f_flags = event_f_flags; in SYSCALL_DEFINE2()
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c206 COMPAT_SYSCALL_WRAP2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags);
/linux-4.1.27/include/linux/
Dsyscalls.h821 asmlinkage long sys_fanotify_init(unsigned int flags, unsigned int event_f_flags);