Searched refs:fanotify_fd (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify_user.c678 SYSCALL_DEFINE(fanotify_mark)(int fanotify_fd, unsigned int flags, argument
689 pr_debug("%s: fanotify_fd=%d flags=%x dfd=%d pathname=%p mask=%llx\n",
690 __func__, fanotify_fd, flags, dfd, pathname, mask);
713 filp = fget_light(fanotify_fd, &fput_needed);
764 asmlinkage long SyS_fanotify_mark(long fanotify_fd, long flags, __u64 mask, argument
767 return SYSC_fanotify_mark((int) fanotify_fd, (unsigned int) flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A 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),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsys_ppc32.c620 asmlinkage long compat_sys_fanotify_mark(int fanotify_fd, unsigned int flags, argument
625 return sys_fanotify_mark(fanotify_fd, flags, mask, dfd, pathname);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dsys_ia32.c541 asmlinkage long sys32_fanotify_mark(int fanotify_fd, unsigned int flags, argument
545 return sys_fanotify_mark(fanotify_fd, flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsyscalls.h819 asmlinkage long sys_fanotify_mark(int fanotify_fd, unsigned int flags,

Completed in 129 milliseconds