Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1393 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) in SYSCALL_DEFINE2() argument
1402 __func__, flags, event_f_flags); in SYSCALL_DEFINE2()
1437 if (event_f_flags & ~FANOTIFY_INIT_ALL_EVENT_F_BITS) in SYSCALL_DEFINE2()
1440 switch (event_f_flags & O_ACCMODE) { in SYSCALL_DEFINE2()
1506 event_f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
1507 group->fanotify_data.f_flags = event_f_flags; in SYSCALL_DEFINE2()
/openbmc/linux/include/linux/
H A Dsyscalls.h842 asmlinkage long sys_fanotify_init(unsigned int flags, unsigned int event_f_flags);