Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dlinux32.c346 SYSCALL_DEFINE6(32_fanotify_mark, int, fanotify_fd, unsigned int, flags,
349 return sys_fanotify_mark(fanotify_fd, flags, merge_64(a3, a4),
/arch/powerpc/kernel/
Dsys_ppc32.c620 asmlinkage long compat_sys_fanotify_mark(int fanotify_fd, unsigned int flags, in compat_sys_fanotify_mark() argument
625 return sys_fanotify_mark(fanotify_fd, flags, mask, dfd, pathname); in compat_sys_fanotify_mark()
/arch/x86/ia32/
Dsys_ia32.c509 asmlinkage long sys32_fanotify_mark(int fanotify_fd, unsigned int flags, in sys32_fanotify_mark() argument
513 return sys_fanotify_mark(fanotify_fd, flags, in sys32_fanotify_mark()