Home
last modified time | relevance | path

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

/Linux-v5.4/arch/parisc/kernel/
Dsys_parisc32.c27 asmlinkage long sys32_fanotify_mark(compat_int_t fanotify_fd, compat_uint_t flags, in sys32_fanotify_mark() argument
31 return sys_fanotify_mark(fanotify_fd, flags, in sys32_fanotify_mark()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c947 static int do_fanotify_mark(int fanotify_fd, unsigned int flags, __u64 mask, in do_fanotify_mark() argument
962 __func__, fanotify_fd, flags, dfd, pathname, mask); in do_fanotify_mark()
1005 f = fdget(fanotify_fd); in do_fanotify_mark()
1107 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags, in SYSCALL_DEFINE5() argument
1111 return do_fanotify_mark(fanotify_fd, flags, mask, dfd, pathname); in SYSCALL_DEFINE5()
1116 int, fanotify_fd, unsigned int, flags, in COMPAT_SYSCALL_DEFINE6() argument
1120 return do_fanotify_mark(fanotify_fd, flags, in COMPAT_SYSCALL_DEFINE6()
/Linux-v5.4/include/linux/
Dsyscalls.h919 asmlinkage long sys_fanotify_mark(int fanotify_fd, unsigned int flags,